Skip to content

Commit a1655e1

Browse files
author
Rerumu
committed
Bump crate versions
1 parent 5575256 commit a1655e1

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

codegen-luajit/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
name = "codegen-luajit"
3-
version = "0.4.0"
3+
version = "0.8.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7-
86
[dependencies.wasm-ast]
97
path = "../wasm-ast"
108

codegen-luau/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
name = "codegen-luau"
3-
version = "0.3.0"
3+
version = "0.5.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7-
86
[dependencies.wasm-ast]
97
path = "../wasm-ast"
108

dev-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dev-test"
3-
version = "0.1.0"
3+
version = "0.4.0"
44
edition = "2021"
55
publish = false
66

wasm-ast/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
name = "wasm-ast"
3-
version = "0.4.0"
3+
version = "0.8.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7-
86
[dependencies.parity-wasm]
97
git = "https://github.com/paritytech/parity-wasm.git"
108
features = ["multi_value", "sign_ext"]

wasm-synth/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
name = "wasm-synth"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7-
86
[dependencies.parity-wasm]
97
git = "https://github.com/paritytech/parity-wasm.git"
108
features = ["multi_value", "sign_ext"]

0 commit comments

Comments
 (0)