mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
change(deps): enforce crossbeam version
This commit is contained in:
parent
2f93dd2c38
commit
e885a78deb
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user