File: disable-wasm32.diff

package info (click to toggle)
rust-reqsign 0.16.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,000 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
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