Merge branch 'sam/torvus-fix' into 'master'

Fixed torvus

See merge request veloren/veloren!2351
This commit is contained in:
Marcel 2021-05-28 12:01:45 +00:00
commit 2771c29d54

View File

@ -18,7 +18,7 @@ default = ["metrics","compression","quic"]
network-protocol = { package = "veloren-network-protocol", path = "protocol" } network-protocol = { package = "veloren-network-protocol", path = "protocol" }
#serialisation #serialisation
bincode = "1.3.1" bincode = "1.3.2"
serde = { version = "1.0" } serde = { version = "1.0" }
#sending #sending
crossbeam-channel = "0.5" crossbeam-channel = "0.5"