Update rayon to dedupe crossbeam-epoch

As a bonus this also removes one version of crossbeam-utils
This commit is contained in:
Bastien Orivel 2019-06-24 23:04:13 +02:00
parent df73c71fb1
commit 28fa0f8009
7 changed files with 39 additions and 63 deletions

View file

@ -33,7 +33,6 @@ rand = [
# Ignored packages with duplicated versions
packages = [
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-utils",
"gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746
"lock_api",