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
426 B

--- crossbeam-epoch-0.9.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.10/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -62,7 +62,6 @@
alloc = []
default = ["std"]
loom = [
- "loom-crate",
"crossbeam-utils/loom",
]
nightly = ["crossbeam-utils/nightly"]
@@ -72,7 +71,3 @@
"once_cell",
]
-[target."cfg(crossbeam_loom)".dependencies.loom-crate]
-version = "0.5"
-optional = true
-package = "loom"