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-rayon-core/rayon-core-1.3.0-fix-metada...

24 lines
503 B

--- rayon-core-1.3.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ rayon-core-1.3.0/Cargo.toml 2017-12-31T15:20:55.619484+01:00
@@ -24,10 +24,10 @@
license = "Apache-2.0/MIT"
repository = "https://github.com/nikomatsakis/rayon"
[dependencies.coco]
-version = "0.1.1"
+version = "0.3"
[dependencies.lazy_static]
-version = "0.2.2"
+version = "1"
[dependencies.libc]
version = "0.2.16"
@@ -36,6 +36,6 @@
version = "1.2"
[dependencies.rand]
-version = "0.3"
+version = "0.4"
[dev-dependencies]