Skip to content

Commit eaccd75

Browse files
committed
Update to current rayon master (no change needed)
1 parent 6a277ba commit eaccd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parallel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["data-structure", "multidimensional", "parallel", "concurrent"]
1313
categories = ["data-structures", "science", "concurrency"]
1414

1515
[dependencies]
16-
rayon = { git = "https://github.com/nikomatsakis/rayon/", rev="acd81c43" }
16+
rayon = { git = "https://github.com/nikomatsakis/rayon/", rev="3a569b97" }
1717
ndarray = { version = "0.8.0", path = "../" }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)