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

22 lines
673 B

--- ring-0.17.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ring-0.17.7/Cargo.toml 2024-01-11T20:30:22.204922+00:00
@@ -165,7 +165,7 @@
"cryptography",
"no-std",
]
-license-file = "LICENSE"
+license = "ISC AND MIT AND OpenSSL"
repository = "https://github.com/briansmith/ring"
[package.metadata.docs.rs]
@@ -211,9 +211,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"