mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-31 04:39:28 +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]
|
[dependencies]
|
||||||
webc.workspace = true
|
webc.workspace = true
|
||||||
wasmer-config = { version = "0.14.0", path = "../config" }
|
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 }
|
toml = { workspace = true }
|
||||||
bytes = "1.8.0"
|
bytes = "1.8.0"
|
||||||
sha2 = "0.10.8"
|
sha2 = "0.10.8"
|
||||||
|
Reference in New Issue
Block a user