Bump crate versions
This commit is contained in:
parent
5575256476
commit
a1655e1c0b
@ -1,10 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "codegen-luajit"
|
name = "codegen-luajit"
|
||||||
version = "0.4.0"
|
version = "0.8.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies.wasm-ast]
|
[dependencies.wasm-ast]
|
||||||
path = "../wasm-ast"
|
path = "../wasm-ast"
|
||||||
|
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "codegen-luau"
|
name = "codegen-luau"
|
||||||
version = "0.3.0"
|
version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies.wasm-ast]
|
[dependencies.wasm-ast]
|
||||||
path = "../wasm-ast"
|
path = "../wasm-ast"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "dev-test"
|
name = "dev-test"
|
||||||
version = "0.1.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasm-ast"
|
name = "wasm-ast"
|
||||||
version = "0.4.0"
|
version = "0.8.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies.parity-wasm]
|
[dependencies.parity-wasm]
|
||||||
git = "https://github.com/paritytech/parity-wasm.git"
|
git = "https://github.com/paritytech/parity-wasm.git"
|
||||||
features = ["multi_value", "sign_ext"]
|
features = ["multi_value", "sign_ext"]
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasm-synth"
|
name = "wasm-synth"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies.parity-wasm]
|
[dependencies.parity-wasm]
|
||||||
git = "https://github.com/paritytech/parity-wasm.git"
|
git = "https://github.com/paritytech/parity-wasm.git"
|
||||||
features = ["multi_value", "sign_ext"]
|
features = ["multi_value", "sign_ext"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user