From 901c1ad91c8378b403ae27947a222934898b338f Mon Sep 17 00:00:00 2001 From: Sasial <44125644+sasial-dev@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:46:57 +1000 Subject: [PATCH] 0.6.16 --- 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 1d0f9a8..0b7df06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "cli" -version = "0.6.15" +version = "0.6.16" dependencies = [ "anyhow", "clap", @@ -904,7 +904,7 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "zap" -version = "0.6.15" +version = "0.6.16" dependencies = [ "codespan-reporting", "lalrpop", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 399cbf0..14177b9 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.15" +version = "0.6.16" 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 7068cf7..0512a49 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.15" +version = "0.6.16" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html