File: disable-wasm.patch

package info (click to toggle)
rust-rayon-core 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 528 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Last-Update: 2025-09-02
Author: Blair Noctis <ncts@debian.org>
Forwarded: not-needed
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,3 +38,3 @@
 [features]
-web_spin_lock = ["dep:wasm_sync"]
+#web_spin_lock = ["dep:wasm_sync"]
 
@@ -78,3 +78,3 @@
 
-[dependencies.wasm_sync]
+[disabled.dependencies.wasm_sync]
 version = "0.1.0"