Bump webc to 4.0.0

The earlier 0.4.1 downgrade was a "hack".
There alrady is a 3.x version that was used previously, but is broken.
We replaced that with 0.4.1, which was the latest publish, but we can't
downgrade to a previous version...

So 0.4.1 was re-relased as 4.0.0.
This commit is contained in:
Christoph Herzog
2022-12-22 16:38:05 +01:00
parent cfa3bf4200
commit a499deadeb
6 changed files with 13 additions and 35 deletions

View File

@@ -32,7 +32,7 @@ wasmer-middlewares = { version = "=3.1.0", path = "../middlewares", optional = t
wasmer-wasi = { version = "=3.1.0", path = "../wasi", default-features = false, features = ["host-fs", "sys"], optional = true }
wasmer-types = { version = "=3.1.0", path = "../types" }
wasmer-vfs = { version = "=3.1.0", path = "../vfs", optional = true, default-features = false, features = ["static-fs"] }
webc = { version = "0.4.1", optional = true }
webc = { version = "4.0.0", optional = true }
enumset = "1.0.2"
cfg-if = "1.0"
lazy_static = "1.4"