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-core/rayon-core-fix-metadata.diff

23 lines
483 B

--- rayon-core-1.12.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rayon-core-1.12.1/Cargo.toml 2024-01-25T20:07:36.521674+00:00
@@ -68,10 +68,6 @@
[dependencies.crossbeam-utils]
version = "0.8.0"
-[dependencies.wasm_sync]
-version = "0.1.0"
-optional = true
-
[dev-dependencies.rand]
version = "0.8"
@@ -81,8 +77,5 @@
[dev-dependencies.scoped-tls]
version = "1.0"
-[features]
-web_spin_lock = ["dep:wasm_sync"]
-
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"