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-crossbeam-epoch/crossbeam-epoch-fix-metadat...

19 lines
443 B

--- crossbeam-epoch-0.9.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.15/Cargo.toml 2023-06-23T21:55:27.918694+00:00
@@ -58,7 +58,6 @@
alloc = []
default = ["std"]
loom = [
- "loom-crate",
"crossbeam-utils/loom",
]
nightly = ["crossbeam-utils/nightly"]
@@ -67,7 +66,3 @@
"crossbeam-utils/std",
]
-[target."cfg(crossbeam_loom)".dependencies.loom-crate]
-version = "0.5"
-optional = true
-package = "loom"