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,6 +1,6 @@
|
||||
[package]
|
||||
name = "lightbeam"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
authors = ["The Lightbeam Project Developers"]
|
||||
description = "An optimising one-pass streaming compiler for WebAssembly"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
@@ -19,7 +19,7 @@ memoffset = "0.5.3"
|
||||
itertools = "0.8.2"
|
||||
capstone = "0.6.0"
|
||||
thiserror = "1.0.9"
|
||||
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.60.0" }
|
||||
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.61.0" }
|
||||
multi_mut = "0.1"
|
||||
either = "1.5"
|
||||
typemap = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user