From 028a8ada0847dda837f8e14d97f6b394bb12f5a1 Mon Sep 17 00:00:00 2001 From: Rerumu Date: Sat, 2 Jul 2022 05:40:11 -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 decbc12..f4628a5 100644 --- a/codegen/luajit/Cargo.toml +++ b/codegen/luajit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen-luajit" -version = "0.10.0" +version = "0.11.0" edition = "2021" [dependencies] diff --git a/codegen/luau/Cargo.toml b/codegen/luau/Cargo.toml index 4128fbd..23be78a 100644 --- a/codegen/luau/Cargo.toml +++ b/codegen/luau/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen-luau" -version = "0.7.0" +version = "0.11.0" edition = "2021" [dependencies] diff --git a/dev-test/Cargo.toml b/dev-test/Cargo.toml index 8486dd9..2384b7f 100644 --- a/dev-test/Cargo.toml +++ b/dev-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dev-test" -version = "0.10.0" +version = "0.11.0" edition = "2021" publish = false diff --git a/wasm-ast/Cargo.toml b/wasm-ast/Cargo.toml index fe3e742..d13aa59 100644 --- a/wasm-ast/Cargo.toml +++ b/wasm-ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-ast" -version = "0.10.0" +version = "0.11.0" edition = "2021" [dependencies]