You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-rayon/rayon-fix-metadata.diff

22 lines
431 B

--- rayon-1.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rayon-1.9.0/Cargo.toml 2024-03-05T14:03:02.218079+00:00
@@ -44,18 +44,8 @@
[dependencies.rayon-core]
version = "1.12.1"
-[dependencies.wasm_sync]
-version = "0.1.0"
-optional = true
-
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.rand_xorshift]
version = "0.3"
-
-[features]
-web_spin_lock = [
- "dep:wasm_sync",
- "rayon-core/web_spin_lock",
-]