fix(package): Expliclty show version of dependency wasmer-types

This commit is contained in:
Edoardo Marangoni
2025-03-07 13:28:50 +01:00
parent 455cd2b6ff
commit 24bc300d21

View File

@ -15,7 +15,7 @@ rust-version.workspace = true
[dependencies]
webc.workspace = true
wasmer-config = { version = "0.14.0", path = "../config" }
wasmer-types = { path = "../types", features = ["detect-wasm-features"] }
wasmer-types = { version = "6.0.0-beta.1", path = "../types", features = ["detect-wasm-features"] }
toml = { workspace = true }
bytes = "1.8.0"
sha2 = "0.10.8"