mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
updated to wasmer 1.0.0
- Everything seems to be working just fine
This commit is contained in:
parent
1604616768
commit
5ff2f5bc5d
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user