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/rayon-fix-metadata.diff

14 lines
433 B

--- rayon-1.0.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ rayon-1.0.2/Cargo.toml 2018-10-28T02:41:25.392274+02:00
@@ -22,8 +22,9 @@
categories = ["concurrency"]
license = "Apache-2.0/MIT"
repository = "https://github.com/rayon-rs/rayon"
+exclude = ["/ci/*", "/scripts/*", "/.travis.yml", "/appveyor.yml", "/bors.toml"]
[dependencies.crossbeam-deque]
-version = "0.2.0"
+version = "0.4.0"
[dependencies.either]
version = "1.0"