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

19 lines
501 B

--- nettle-sys-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nettle-sys-2.1.0/Cargo.toml 2022-03-16T11:30:34.005698+00:00
@@ -27,8 +27,7 @@
[dependencies.libc]
version = "0.2"
[build-dependencies.bindgen]
-version = ">= 0.53.1, < 0.58.0"
-features = ["runtime"]
+version = ">= 0.53.1, < 0.60.0"
default-features = false
[build-dependencies.cc]
@@ -39,5 +38,3 @@
[build-dependencies.tempfile]
version = "3"
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2.9"