diff --git a/codegen-luajit/Cargo.toml b/codegen-luajit/Cargo.toml index 34887e5..b2bf472 100644 --- a/codegen-luajit/Cargo.toml +++ b/codegen-luajit/Cargo.toml @@ -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" diff --git a/codegen-luau/Cargo.toml b/codegen-luau/Cargo.toml index a80f8f4..a95b7c2 100644 --- a/codegen-luau/Cargo.toml +++ b/codegen-luau/Cargo.toml @@ -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" diff --git a/dev-test/Cargo.toml b/dev-test/Cargo.toml index c230e01..a75928e 100644 --- a/dev-test/Cargo.toml +++ b/dev-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dev-test" -version = "0.1.0" +version = "0.4.0" edition = "2021" publish = false diff --git a/wasm-ast/Cargo.toml b/wasm-ast/Cargo.toml index 6a81855..19ff758 100644 --- a/wasm-ast/Cargo.toml +++ b/wasm-ast/Cargo.toml @@ -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"] diff --git a/wasm-synth/Cargo.toml b/wasm-synth/Cargo.toml index c86d5d8..d9a63c0 100644 --- a/wasm-synth/Cargo.toml +++ b/wasm-synth/Cargo.toml @@ -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"]