Skip to content

Commit 5256543

Browse files
authored
Require rayon-core ^1.4.1
rayon-core 1.4.0 doesn't build with `cargo -Z minimal-versions`
1 parent 56bf14e commit 5256543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = ["rayon-demo", "rayon-core", "rayon-futures"]
1919
exclude = ["ci"]
2020

2121
[dependencies]
22-
rayon-core = { version = "1.4", path = "rayon-core" }
22+
rayon-core = { version = "1.4.1", path = "rayon-core" }
2323
crossbeam-deque = "0.2.0"
2424

2525
# This is a public dependency!

0 commit comments

Comments
 (0)