From b5769069f6f6b9ed76cd0b6f0a0999025d87e4c0 Mon Sep 17 00:00:00 2001 From: Sasial <44125644+sasial-dev@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:06:23 +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 1f503c53..8de46ba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "cli" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "clap", @@ -904,7 +904,7 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "zap" -version = "0.6.3" +version = "0.6.4" dependencies = [ "codespan-reporting", "lalrpop", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 502dcf5b..d6dd9b57 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.6.3" +version = "0.6.4" 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 6db2a39a..ae588716 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.6.3" +version = "0.6.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html