Skip to content

Commit b53b50c

Browse files
authored
Merge pull request #84 from cuviper/rayon1
Update to rayon 1.0
2 parents aaf05e5 + 5c7b7f3 commit b53b50c

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
@@ -12,7 +12,7 @@ exclude = ["tests/*"]
1212

1313
[dependencies]
1414
byteorder = "1.0"
15-
rayon = { version = "0.8", optional = true }
15+
rayon = { version = "1.0", optional = true }
1616

1717
[dev-dependencies]
1818
docopt = "0.7"

0 commit comments

Comments
 (0)