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.
23 lines
860 B
23 lines
860 B
1 year ago
|
--- ed25519-compact-2.0.6/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ ed25519-compact-2.0.6/Cargo.toml 2024-01-11T19:40:39.427237+00:00
|
||
|
@@ -61,18 +61,10 @@
|
||
|
traits = ["ed25519"]
|
||
|
x25519 = []
|
||
|
|
||
|
-[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dependencies.getrandom]
|
||
|
-version = "0.2"
|
||
|
-features = ["js"]
|
||
|
-optional = true
|
||
|
-
|
||
|
-[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dev-dependencies.getrandom]
|
||
|
-version = "0.2"
|
||
|
-features = ["js"]
|
||
|
-
|
||
|
[target."cfg(not(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\")))".dependencies.getrandom]
|
||
|
version = "0.2"
|
||
|
optional = true
|
||
|
|
||
|
[target."cfg(not(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\")))".dev-dependencies.getrandom]
|
||
|
version = "0.2"
|
||
|
+
|