Temporarily allow duplicate crossbeam-queue crates (#153)
`crossbeam-queue` is currently brought in both by Rayon (up to date v0.2.0) and Hyper's dependency chain (0.1.x). Since Hyper is in the process of updating things, I proposed we temporarily allow this to pass CI and revisit it when there is a new release of Hyper or the relevant dependencies thereof.
This commit is contained in:
committed by
Lucio Franco
parent
354d4fdc35
commit
33df3badb2
@@ -16,6 +16,7 @@ deny = [
|
|||||||
]
|
]
|
||||||
skip = [
|
skip = [
|
||||||
{ name = "crossbeam-utils", version = "=0.6.6" },
|
{ name = "crossbeam-utils", version = "=0.6.6" },
|
||||||
|
{ name = "crossbeam-queue", version = "=0.2.0" },
|
||||||
]
|
]
|
||||||
skip-tree = [
|
skip-tree = [
|
||||||
{ name = "rand", version = "=0.6.5" },
|
{ name = "rand", version = "=0.6.5" },
|
||||||
|
|||||||
Reference in New Issue
Block a user