Browse Source

fix test dependency

pull/59/head
JackKCWong 2 years ago
parent
commit
d97c8ce395
  1. 2
      Cargo.toml

2
Cargo.toml

@ -34,7 +34,6 @@ chrono = "^0.4.28"
humantime = "^2"
simplelog = "^0"
log = "^0"
rand = "0.8.5"
[dev-dependencies]
float_eq = "^1"
@ -42,3 +41,4 @@ tempfile = "3"
assert_cmd = "^2"
predicates = "^3"
serial_test = "2"
rand = "0.8.5"

Loading…
Cancel
Save