mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-22 16:35:33 +00:00
fix(package): Expliclty show version of dependency wasmer-types
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user