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

22 lines
673 B

--- ring-0.17.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ring-0.17.8/Cargo.toml 2024-02-18T15:13:02.378713+00:00
@@ -166,7 +166,7 @@
"cryptography",
"no-std",
]
-license-file = "LICENSE"
+license = "ISC AND MIT AND OpenSSL"
repository = "https://github.com/briansmith/ring"
[package.metadata.docs.rs]
@@ -216,9 +216,6 @@
slow_tests = []
std = ["alloc"]
test_logging = []
-unstable-testing-arm-no-hw = []
-unstable-testing-arm-no-neon = []
-wasm32_unknown_unknown_js = ["getrandom/js"]
[target."cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))".dependencies.libc]
version = "0.2.148"