updated to wasmer 1.0.0

- Everything seems to be working just fine
This commit is contained in:
ccgauche 2021-01-08 16:33:19 +01:00
parent 1604616768
commit 5ff2f5bc5d

View File

@ -37,6 +37,6 @@ tracy-client = { version = "0.10.0", optional = true }
# Plugins
toml = { version = "0.5.7", optional = true }
tar = { version = "0.4.30", optional = true }
wasmer = { version = "1.0.0-beta2", optional = true, default-features = false, features = ["wat", "default-cranelift", "default-jit"] }
wasmer = { version = "1.0.0", optional = true, default-features = false, features = ["wat", "default-cranelift", "default-jit"] }
bincode = { version = "1.3.1", optional = true }
plugin-api = { package = "veloren-plugin-api", path = "../../plugin/api", optional = true }