Skip to content

Commit b434bfa

Browse files
committed
Update crossbeam to avoid multi version dependency
1 parent 49668de commit b434bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rayon-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ categories = ["concurrency"]
1818
num_cpus = "1.2"
1919
lazy_static = "1"
2020
crossbeam-deque = "0.7"
21-
crossbeam-queue = "0.1.2"
22-
crossbeam-utils = "0.6.5"
21+
crossbeam-queue = "0.2"
22+
crossbeam-utils = "0.7"
2323

2424
[dev-dependencies]
2525
rand = "0.6"

0 commit comments

Comments
 (0)