mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-01 06:52:15 +00:00
Merge pull request #396 from ignatenkobrain/fix-cargo-test
Fix cargo test with latest serde_json
This commit is contained in:
commit
9041ce5b05
@ -43,7 +43,7 @@ wasm-bindgen = { version = "0.2", optional = true }
|
|||||||
js-sys = { version = "0.3", optional = true } # contains FFI bindings for the JS Date API
|
js-sys = { version = "0.3", optional = true } # contains FFI bindings for the JS Date API
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = { version = "1", default-features = false }
|
serde_json = { version = "1" }
|
||||||
serde_derive = { version = "1", default-features = false }
|
serde_derive = { version = "1", default-features = false }
|
||||||
bincode = { version = "0.8.0" }
|
bincode = { version = "0.8.0" }
|
||||||
num-iter = { version = "0.1.35", default-features = false }
|
num-iter = { version = "0.1.35", default-features = false }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user