1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Index: reqsign/Cargo.toml
===================================================================
--- reqsign.orig/Cargo.toml
+++ reqsign/Cargo.toml
@@ -190,3 +190,3 @@
-[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
-version = "0.2"
-features = ["js"]
+# [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
+# version = "0.2"
+# features = ["js"]
@@ -199,4 +199,4 @@
-[target.'cfg(target_arch = "wasm32")'.dependencies.tokio]
-version = "1"
-features = ["sync"]
-optional = true
+# [target.'cfg(target_arch = "wasm32")'.dependencies.tokio]
+# version = "1"
+# features = ["sync"]
+# optional = true
|