Resolve discussion from Timo.

This commit is contained in:
Acrimon 2019-07-12 19:56:40 +02:00
parent a72722e5d1
commit b4f2cd1547
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ common = { package = "veloren-common", path = "../common" }
log = "0.4"
specs = "0.14"
vek = "0.9"
uvth = "3"
uvth = "3.1.0"
num_cpus = "1"

View File

@ -11,6 +11,6 @@ world = { package = "veloren-world", path = "../world" }
log = "0.4"
specs = "0.14"
vek = "0.9"
uvth = "3"
uvth = "3.1.0"
lazy_static = "1.3.0"
scan_fmt = "0.1.3"