From 274ab80e4cf799f314b1c9fddb34988732b97b1a Mon Sep 17 00:00:00 2001 From: jekky <11986158+jac3km4@users.noreply.github.com> Date: Mon, 26 Jul 2021 21:11:58 +0100 Subject: [PATCH] (cargo-release) version {{version}} --- Cargo.lock | 10 +++++----- cli/Cargo.toml | 2 +- compiler/Cargo.toml | 2 +- core/Cargo.toml | 2 +- decompiler/Cargo.toml | 2 +- scc/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fd2ef7a..cd369305 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ dependencies = [ [[package]] name = "redscript" -version = "0.2.4-dev" +version = "0.2.4" dependencies = [ "byteorder", "crc32fast", @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "redscript-cli" -version = "0.2.4-dev" +version = "0.2.4" dependencies = [ "gumdrop", "log", @@ -244,7 +244,7 @@ dependencies = [ [[package]] name = "redscript-compiler" -version = "0.2.4-dev" +version = "0.2.4" dependencies = [ "im", "log", @@ -257,7 +257,7 @@ dependencies = [ [[package]] name = "redscript-decompiler" -version = "0.2.4-dev" +version = "0.2.4" dependencies = [ "log", "redscript", @@ -274,7 +274,7 @@ dependencies = [ [[package]] name = "scc" -version = "0.2.4-dev" +version = "0.2.4" dependencies = [ "byteorder", "fd-lock", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8ba6693d..dfed2a7f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redscript-cli" -version = "0.2.4-dev" +version = "0.2.4" authors = ["jac3km4 "] edition = "2018" publish = false diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index aff1db3e..f6216978 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redscript-compiler" -version = "0.2.4-dev" +version = "0.2.4" authors = ["jac3km4 "] edition = "2018" publish = false diff --git a/core/Cargo.toml b/core/Cargo.toml index f0108b31..136eaabb 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redscript" -version = "0.2.4-dev" +version = "0.2.4" authors = ["jac3km4 "] edition = "2018" publish = false diff --git a/decompiler/Cargo.toml b/decompiler/Cargo.toml index 0326a3e7..f44978ee 100644 --- a/decompiler/Cargo.toml +++ b/decompiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redscript-decompiler" -version = "0.2.4-dev" +version = "0.2.4" authors = ["jac3km4 "] edition = "2018" publish = false diff --git a/scc/Cargo.toml b/scc/Cargo.toml index 3c8a5014..1395fa1c 100644 --- a/scc/Cargo.toml +++ b/scc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scc" -version = "0.2.4-dev" +version = "0.2.4" authors = ["jac3km4 "] edition = "2018" publish = false