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.
26 lines
855 B
26 lines
855 B
--- ring-0.17.7/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ ring-0.17.7/Cargo.toml 2024-01-11T20:30:28.301946+00:00
|
|
@@ -219,17 +219,6 @@
|
|
version = "0.2.148"
|
|
default-features = false
|
|
|
|
-[target."cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))".dependencies.windows-sys]
|
|
-version = "0.48"
|
|
-features = [
|
|
- "Win32_Foundation",
|
|
- "Win32_System_Threading",
|
|
-]
|
|
-
|
|
-[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test]
|
|
-version = "0.3.37"
|
|
-default-features = false
|
|
-
|
|
[target."cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\",target_arch = \"x86_64\"))".dependencies.spin]
|
|
version = "0.9.8"
|
|
features = ["once"]
|
|
@@ -238,3 +227,4 @@
|
|
[target."cfg(any(unix, windows, target_os = \"wasi\"))".dev-dependencies.libc]
|
|
version = "0.2.148"
|
|
default-features = false
|
|
+
|