Bump cranelift-wasm version to 0.20.1.
This commit is contained in:
@@ -19,7 +19,7 @@ cranelift-entity = { path = "lib/entity", version = "0.20.0" }
|
|||||||
cranelift-reader = { path = "lib/reader", version = "0.20.0" }
|
cranelift-reader = { path = "lib/reader", version = "0.20.0" }
|
||||||
cranelift-frontend = { path = "lib/frontend", version = "0.20.0" }
|
cranelift-frontend = { path = "lib/frontend", version = "0.20.0" }
|
||||||
cranelift-serde = { path = "lib/serde", version = "0.20.0", optional = true }
|
cranelift-serde = { path = "lib/serde", version = "0.20.0", optional = true }
|
||||||
cranelift-wasm = { path = "lib/wasm", version = "0.20.0", optional = true }
|
cranelift-wasm = { path = "lib/wasm", version = "0.20.1", optional = true }
|
||||||
cranelift-native = { path = "lib/native", version = "0.20.0" }
|
cranelift-native = { path = "lib/native", version = "0.20.0" }
|
||||||
cranelift-filetests = { path = "lib/filetests", version = "0.20.0" }
|
cranelift-filetests = { path = "lib/filetests", version = "0.20.0" }
|
||||||
cranelift-module = { path = "lib/module", version = "0.20.0" }
|
cranelift-module = { path = "lib/module", version = "0.20.0" }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cranelift-wasm"
|
name = "cranelift-wasm"
|
||||||
version = "0.20.0"
|
version = "0.20.1"
|
||||||
authors = ["The Cranelift Project Developers"]
|
authors = ["The Cranelift Project Developers"]
|
||||||
description = "Translator from WebAssembly to Cranelift IR"
|
description = "Translator from WebAssembly to Cranelift IR"
|
||||||
repository = "https://github.com/CraneStation/cranelift"
|
repository = "https://github.com/CraneStation/cranelift"
|
||||||
|
|||||||
Reference in New Issue
Block a user