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

12 lines
270 B

--- rmp-0.8.7/Cargo.toml 1970-01-01T01:00:00+01:00
+++ rmp-0.8.7/Cargo.toml 2019-03-28T07:17:27.537848+01:00
@@ -25,6 +25,6 @@
version = "1"
[dependencies.num-traits]
-version = "0.1"
+version = "0.2"
[dev-dependencies.quickcheck]
-version = "0.3"
+version = "0.8"