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-0.4.0-fix-m...

24 lines
545 B

--- crossbeam-epoch-0.4.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ crossbeam-epoch-0.4.0/Cargo.toml 2018-02-15T14:47:09.648059+01:00
@@ -34,7 +34,7 @@
default-features = false
[dependencies.lazy_static]
-version = "0.2"
+version = "1"
optional = true
[dependencies.memoffset]
@@ -44,10 +44,9 @@
version = "0.3"
default-features = false
[dev-dependencies.rand]
-version = "0.3"
+version = "0.4"
[features]
default = ["use_std"]
-nightly = ["arrayvec/use_union"]
sanitize = []
use_std = ["lazy_static", "crossbeam-utils/use_std"]