Skip to content

Commit

Permalink
upgrade serial-test crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 6, 2023
1 parent c1feece commit 0354d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ coinit_speed_over_memory = []
log = "0.4"

[dev-dependencies]
serial_test = "0.6.0"
serial_test = { version = "2.0.0", default-features = false }
chrono = { version = "0.4.9", default-features = false, features = ["clock"] }
rand = "0.8.3"
once_cell = "1.7.2"
Expand Down

0 comments on commit 0354d36

Please sign in to comment.