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

18 lines
450 B

--- nettle-sys-2.0.6/Cargo.toml 2021-03-08T12:53:23+00:00
+++ nettle-sys-2.0.6/Cargo.toml 2021-03-31T10:08:35.544103+00:00
@@ -30,14 +30,5 @@
version = ">= 0.53.1, < 0.58.0"
default-features = false
-[build-dependencies.nettle-src]
-version = "3.5.1-0"
-optional = true
-
[build-dependencies.pkg-config]
version = "0.3"
-
-[features]
-vendored = ["nettle-src"]
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2.9"