From fb63f600bc849dbd5f6f197a31d830959c340020 Mon Sep 17 00:00:00 2001 From: Rerumu Date: Fri, 22 Jul 2022 00:31:22 -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 f4628a5..1b00814 100644 --- a/codegen/luajit/Cargo.toml +++ b/codegen/luajit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen-luajit" -version = "0.11.0" +version = "0.12.0" edition = "2021" [dependencies] diff --git a/codegen/luau/Cargo.toml b/codegen/luau/Cargo.toml index 23be78a..a3e398e 100644 --- a/codegen/luau/Cargo.toml +++ b/codegen/luau/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen-luau" -version = "0.11.0" +version = "0.12.0" edition = "2021" [dependencies] diff --git a/dev-test/Cargo.toml b/dev-test/Cargo.toml index 2384b7f..1dd2633 100644 --- a/dev-test/Cargo.toml +++ b/dev-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dev-test" -version = "0.11.0" +version = "0.12.0" edition = "2021" publish = false diff --git a/wasm-ast/Cargo.toml b/wasm-ast/Cargo.toml index d13aa59..19942a3 100644 --- a/wasm-ast/Cargo.toml +++ b/wasm-ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-ast" -version = "0.11.0" +version = "0.12.0" edition = "2021" [dependencies]