Wasmtime 0.13.0 and Cranelift 0.61.0. (#1398)
This also updates the publishing scripts to work with newly added and reorganized crates.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[package]
|
||||
name = "cranelift-wasm"
|
||||
version = "0.60.0"
|
||||
version = "0.61.0"
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
description = "Translator from WebAssembly to Cranelift IR"
|
||||
documentation = "https://docs.rs/cranelift-wasm"
|
||||
repository = "https://github.com/bytecodealliance/wasmtime"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
categories = ["no-std", "wasm"]
|
||||
@@ -12,9 +13,9 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
wasmparser = { version = "0.51.0", default-features = false }
|
||||
cranelift-codegen = { path = "../codegen", version = "0.60.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.60.0" }
|
||||
cranelift-frontend = { path = "../frontend", version = "0.60.0", default-features = false }
|
||||
cranelift-codegen = { path = "../codegen", version = "0.61.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.61.0" }
|
||||
cranelift-frontend = { path = "../frontend", version = "0.61.0", default-features = false }
|
||||
hashbrown = { version = "0.7", optional = true }
|
||||
log = { version = "0.4.6", default-features = false }
|
||||
serde = { version = "1.0.94", features = ["derive"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user