Skip to content

Commit

Permalink
Bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rerumu committed Jun 19, 2022
1 parent 5575256 commit a1655e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
4 changes: 1 addition & 3 deletions codegen-luajit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[package]
name = "codegen-luajit"
version = "0.4.0"
version = "0.8.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.wasm-ast]
path = "../wasm-ast"

Expand Down
4 changes: 1 addition & 3 deletions codegen-luau/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[package]
name = "codegen-luau"
version = "0.3.0"
version = "0.5.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.wasm-ast]
path = "../wasm-ast"

Expand Down
2 changes: 1 addition & 1 deletion dev-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dev-test"
version = "0.1.0"
version = "0.4.0"
edition = "2021"
publish = false

Expand Down
4 changes: 1 addition & 3 deletions wasm-ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[package]
name = "wasm-ast"
version = "0.4.0"
version = "0.8.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.parity-wasm]
git = "https://github.com/paritytech/parity-wasm.git"
features = ["multi_value", "sign_ext"]
4 changes: 1 addition & 3 deletions wasm-synth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[package]
name = "wasm-synth"
version = "0.4.0"
version = "0.5.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.parity-wasm]
git = "https://github.com/paritytech/parity-wasm.git"
features = ["multi_value", "sign_ext"]
Expand Down

0 comments on commit a1655e1

Please sign in to comment.