File: disable-wasm.patch

package info (click to toggle)
rust-quinn-proto 0.11.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,336 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -123,22 +123,6 @@
     "ring",
 ]
 
-[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.getrandom]
-version = "0.2"
-features = ["js"]
-default-features = false
-
-[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.ring]
-version = "0.17"
-features = ["wasm32_unknown_unknown_js"]
-
-[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.rustls-pki-types]
-version = "1.7"
-features = ["web"]
-
-[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.web-time]
-version = "1"
-
 [lints.rust.unexpected_cfgs]
 level = "warn"
 priority = 0