You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-linked-hash-map/linked-hash-map-fix-metadat...

17 lines
401 B

--- linked-hash-map-0.5.4/Cargo.toml 2021-01-08T19:53:35+00:00
+++ linked-hash-map-0.5.4/Cargo.toml 2021-01-09T19:22:50.350163+00:00
@@ -34,11 +34,10 @@
version = "1.0"
optional = true
-[dependencies.serde_test]
+[dev-dependencies.serde_test]
version = "1.0"
-optional = true
[features]
heapsize_impl = ["heapsize"]
nightly = []
-serde_impl = ["serde", "serde_test"]
+serde_impl = ["serde"]