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

17 lines
378 B

--- gimli-0.17.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ gimli-0.17.0/Cargo.toml 2019-04-20T14:15:02.760439+00:00
@@ -31,11 +31,11 @@
default-features = false
[dependencies.fallible-iterator]
-version = "0.1.4"
+version = "0.2.0"
default-features = false
[dependencies.indexmap]
-version = "1.0"
+version = "1.0.2"
optional = true
[dependencies.stable_deref_trait]