From 92ec137f33e6c0d4823e259669f3d9ac2ea00bb4 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 29 Nov 2023 21:21:36 -0800 Subject: [PATCH] v0.9.0 Face Crawler + Integer Physics + Threading Rewrite + Config File --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f08bec4..706c1f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1628,7 +1628,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strafe-client" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bytemuck", "configparser", diff --git a/Cargo.toml b/Cargo.toml index 3468152..5f76b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strafe-client" -version = "0.8.0" +version = "0.9.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html