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-indexmap/indexmap-fix-metadata.diff

17 lines
363 B

5 years ago
--- indexmap-1.3.2/Cargo.toml 2020-02-05T18:47:37+00:00
+++ indexmap-1.3.2/Cargo.toml 2020-02-05T18:48:30.028290+00:00
@@ -49,11 +49,11 @@
version = "1.3"
5 years ago
[dev-dependencies.quickcheck]
-version = "0.8"
+version = "0.9"
default-features = false
5 years ago
[dev-dependencies.rand]
-version = "0.6"
+version = "0.7"
[dev-dependencies.serde_test]
version = "1.0.99"