Merge pull request #194 from PyO3/dependabot/cargo/rayon-1.0

Update rayon requirement to 1.0
This commit is contained in:
konstin 2018-07-27 20:41:26 +02:00 committed by GitHub
commit d8d17c3325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ name = "word-count-cls"
version = "0.1.0"
[dependencies]
rayon = "0.8"
rayon = "1.0"
[dependencies.pyo3]
path = "../../"

View File

@ -4,7 +4,7 @@ name = "word-count"
version = "0.1.0"
[dependencies]
rayon = "0.8"
rayon = "1.0"
[dependencies.pyo3]
path = "../../"