mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user