From 5ff2f5bc5d3e59be72bff65f17aec7b15e2ba13c Mon Sep 17 00:00:00 2001 From: ccgauche Date: Fri, 8 Jan 2021 16:33:19 +0100 Subject: [PATCH] updated to wasmer 1.0.0 - Everything seems to be working just fine --- common/sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sys/Cargo.toml b/common/sys/Cargo.toml index 5d6d51b369..ce127ab6e0 100644 --- a/common/sys/Cargo.toml +++ b/common/sys/Cargo.toml @@ -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 }