From 6338e29ebb36bc677cdcaa8dcaff4cbbc5278db3 Mon Sep 17 00:00:00 2001 From: Rerumu Date: Thu, 23 Jun 2022 21:08:14 -0400 Subject: [PATCH] Bump crate versions --- codegen/luajit/Cargo.toml | 2 +- codegen/luau/Cargo.toml | 2 +- dev-test/Cargo.toml | 2 +- wasm-ast/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codegen/luajit/Cargo.toml b/codegen/luajit/Cargo.toml index 26a30c1..51c7c6f 100644 --- a/codegen/luajit/Cargo.toml +++ b/codegen/luajit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen-luajit" -version = "0.8.0" +version = "0.9.0" edition = "2021" [dependencies.wasm-ast] diff --git a/codegen/luau/Cargo.toml b/codegen/luau/Cargo.toml index ad8e8dc..28119ce 100644 --- a/codegen/luau/Cargo.toml +++ b/codegen/luau/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen-luau" -version = "0.5.0" +version = "0.6.0" edition = "2021" [dependencies.wasm-ast] diff --git a/dev-test/Cargo.toml b/dev-test/Cargo.toml index 485168a..68ebc50 100644 --- a/dev-test/Cargo.toml +++ b/dev-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dev-test" -version = "0.4.0" +version = "0.5.0" edition = "2021" publish = false diff --git a/wasm-ast/Cargo.toml b/wasm-ast/Cargo.toml index 19ff758..d480ad3 100644 --- a/wasm-ast/Cargo.toml +++ b/wasm-ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-ast" -version = "0.8.0" +version = "0.9.0" edition = "2021" [dependencies.parity-wasm]