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

12 lines
294 B

--- resolv-conf-0.6.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ resolv-conf-0.6.2/Cargo.toml 2020-02-28T12:07:29.374198+00:00
@@ -26,7 +26,7 @@
name = "resolv_conf"
path = "src/lib.rs"
[dependencies.hostname]
-version = "0.1.5"
+version = "0.3"
optional = true
[dependencies.quick-error]