From e2bd8b40389e0792e814705c6774be7cc2bc0101 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 16 Feb 2024 20:03:15 -0800 Subject: [PATCH] v0.9.5 fix graphical bug --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 675618ff..3fc3d790 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1632,7 +1632,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strafe-client" -version = "0.9.4" +version = "0.9.5" dependencies = [ "bytemuck", "configparser", diff --git a/Cargo.toml b/Cargo.toml index 3401b8a6..77f76f05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strafe-client" -version = "0.9.4" +version = "0.9.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html