File: remove-wasm-deps.diff

package info (click to toggle)
rust-magic-wormhole 0.7.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,844 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -220,15 +220,6 @@
 features = ["all"]
 optional = true
 
-[target.'cfg(target_family = "wasm")'.dependencies.getrandom]
-version = "0.2.5"
-features = ["js"]
-
-[target.'cfg(target_family = "wasm")'.dependencies.ws_stream_wasm]
-version = "0.7.3"
-
-[target.'cfg(target_family = "wasm")'.dev-dependencies.wasm-bindgen-test]
-version = "0.3"
 
 [profile.release]
 lto = "thin"