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

16 lines
441 B

--- nettle-sys-2.0.8/Cargo.toml 2021-06-07T11:19:43+00:00
+++ nettle-sys-2.0.8/Cargo.toml 2021-11-13T13:07:15.496688+00:00
@@ -28,11 +28,8 @@
[dependencies]
[build-dependencies.bindgen]
-version = ">= 0.53.1, < 0.58.0"
-features = ["runtime"]
+version = ">= 0.53.1, < 0.60.0"
default-features = false
[build-dependencies.pkg-config]
version = "0.3"
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2.9"