Bump crate versions

This commit is contained in:
Rerumu 2022-06-19 07:47:00 -04:00
parent 5575256476
commit a1655e1c0b
5 changed files with 5 additions and 13 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"]

View File

@ -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"]