From c33eb3820e18265464b856139419dbfaa170fc57 Mon Sep 17 00:00:00 2001 From: Sasial <44125644+sasial-dev@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:55:10 +1000 Subject: [PATCH] Bump Version --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- zap/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 839ab85b..9604564e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "cli" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "clap", @@ -904,7 +904,7 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "zap" -version = "0.4.0" +version = "0.5.0" dependencies = [ "codespan-reporting", "lalrpop", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 862feb96..fc136649 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ name = "cli" authors = ["Redblox Organization"] description = "A blazingly fast networking solution for Roblox." -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 diff --git a/zap/Cargo.toml b/zap/Cargo.toml index 1a381a15..ca0e996a 100644 --- a/zap/Cargo.toml +++ b/zap/Cargo.toml @@ -2,7 +2,7 @@ name = "zap" authors = ["Redblox Organization"] description = "A blazingly fast networking solution for Roblox." -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