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.
19 lines
445 B
19 lines
445 B
--- crossbeam-epoch-0.9.18/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ crossbeam-epoch-0.9.18/Cargo.toml 2024-01-11T17:27:01.731050+00:00
|
|
@@ -42,7 +42,6 @@
|
|
alloc = []
|
|
default = ["std"]
|
|
loom = [
|
|
- "loom-crate",
|
|
"crossbeam-utils/loom",
|
|
]
|
|
nightly = ["crossbeam-utils/nightly"]
|
|
@@ -51,7 +50,3 @@
|
|
"crossbeam-utils/std",
|
|
]
|
|
|
|
-[target."cfg(crossbeam_loom)".dependencies.loom-crate]
|
|
-version = "0.7.1"
|
|
-optional = true
|
|
-package = "loom"
|