Fixed compile errors.

This commit is contained in:
Acrimon 2019-09-17 16:12:17 +02:00
parent 37d71cee26
commit 85e6e54dc2

View File

@ -8,9 +8,9 @@ edition = "2018"
common = { package = "veloren-common", path = "../common" }
vek = "0.9.9"
noise = "0.5.1"
hashbrown = { version = "0.5.0", features = ["serde", "nightly"] }
lazy_static = "1.3.0"
rand = "0.7.0"
hashbrown = { version = "0.6.0", features = ["serde"] }
lazy_static = "1.4.0"
rand = "0.7.2"
rand_chacha = "0.2.1"
[dev-dependencies]