From bc0c44b8d2040e4e88af23bf586f8c90492df8f7 Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Mon, 19 Aug 2024 18:23:55 -0400 Subject: [PATCH] Update geph4-client version to 4.99.0-actuallyfive.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7661beb6..543cc6d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2743,7 +2743,7 @@ dependencies = [ [[package]] name = "geph4-client" -version = "4.99.0-actuallyfive.5" +version = "4.99.0-actuallyfive.6" dependencies = [ "acidjson", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 17ca7881..e9ba167b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geph4-client" -version = "4.99.0-actuallyfive.5" +version = "4.99.0-actuallyfive.6" authors = ["nullchinchilla "] edition = "2021" description = "Geph client"