From 85e6e54dc23e4b64e251407948b59c2aa2cdf360 Mon Sep 17 00:00:00 2001 From: Acrimon Date: Tue, 17 Sep 2019 16:12:17 +0200 Subject: [PATCH] Fixed compile errors. --- world/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/world/Cargo.toml b/world/Cargo.toml index 3e1ae0cdac..6a76450eef 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -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]