change(deps): enforce crossbeam version

This commit is contained in:
Songtronix 2019-11-16 17:55:50 +01:00
parent 2f93dd2c38
commit e885a78deb
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ lz4-compress = "0.1.1"
hashbrown = { version = "0.6.2", features = ["serde", "nightly"] }
find_folder = "0.3.0"
parking_lot = "0.9.0"
crossbeam = "0.7.2"
crossbeam = "=0.7.2"
notify = "5.0.0-pre.1"
indexmap = "1.3.0"
# TODO: remove when upgrading to specs 0.15

View File

@ -22,7 +22,7 @@ serde_derive = "1.0.102"
rand = "0.7.2"
chrono = "0.4.9"
hashbrown = { version = "0.6.2", features = ["serde", "nightly"] }
crossbeam = "0.7.2"
crossbeam = "=0.7.2"
prometheus = "0.7"
prometheus-static-metric = "0.2"
rouille = "3.0.0"

View File

@ -59,7 +59,7 @@ frustum_query = "0.1.2"
# context for pinning to commit: https://gitlab.com/veloren/veloren/issues/280
rodio = { git = "https://github.com/RustAudio/rodio", rev = "e5474a2"}
cpal = "0.10"
crossbeam = "0.7.2"
crossbeam = "=0.7.2"
hashbrown = { version = "0.6.2", features = ["serde", "nightly"] }
chrono = "0.4.9"
rust-argon2 = "0.5"