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
497 B
19 lines
497 B
--- crossbeam-0.5.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ crossbeam-0.5.0/Cargo.toml 2018-12-15T10:12:31.913054+01:00
|
|
@@ -45,13 +45,12 @@
|
|
version = "1.8.0"
|
|
|
|
[dependencies.parking_lot]
|
|
-version = "0.6.4"
|
|
+version = "0.7"
|
|
[dev-dependencies.rand]
|
|
-version = "0.5"
|
|
+version = "0.6"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
-nightly = ["crossbeam-epoch/nightly", "crossbeam-utils/nightly"]
|
|
std = ["crossbeam-epoch/std", "crossbeam-utils/std"]
|
|
[badges.travis-ci]
|
|
repository = "crossbeam-rs/crossbeam"
|