Bump Cranelift to 0.49.0 and target-lexicon to 0.9.0. (#499)
This commit bumps Cranelift to 0.49.0 and target-lexicon to 0.9.0 to fix the failing build to due an updated faerie crate that violated semver with an updated 0.9.0 target-lexicon dependency. Fixes #491.
This commit is contained in:
@@ -14,10 +14,10 @@ wasmtime-runtime = { path = "../wasmtime-runtime" }
|
||||
wasmtime-environ = { path = "../wasmtime-environ" }
|
||||
wasmtime-jit = { path = "../wasmtime-jit" }
|
||||
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "37ce4ba"}
|
||||
cranelift-codegen = { version = "0.47", features = ["enable-serde"] }
|
||||
cranelift-entity = { version = "0.47", features = ["enable-serde"] }
|
||||
cranelift-wasm = { version = "0.47", features = ["enable-serde"] }
|
||||
target-lexicon = "0.8.1"
|
||||
cranelift-codegen = { version = "0.49", features = ["enable-serde"] }
|
||||
cranelift-entity = { version = "0.49", features = ["enable-serde"] }
|
||||
cranelift-wasm = { version = "0.49", features = ["enable-serde"] }
|
||||
target-lexicon = "0.9.0"
|
||||
log = { version = "0.4.8", default-features = false }
|
||||
|
||||
[badges]
|
||||
|
||||
Reference in New Issue
Block a user