From 5fc2dda3a140f293d27e2261cf58e0470506bcaa Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 8 Feb 2024 20:32:51 -0800 Subject: [PATCH] update common --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04b1525..14e860c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,7 +420,7 @@ dependencies = [ [[package]] name = "strafesnet_common" version = "0.1.0" -source = "git+https://git.itzana.me/StrafesNET/common?rev=03868552c24efe64097be27348e0ccbd12b2cd37#03868552c24efe64097be27348e0ccbd12b2cd37" +source = "git+https://git.itzana.me/StrafesNET/common?rev=2ddb546f7308a220f3abb6e582541ce35a0bb490#2ddb546f7308a220f3abb6e582541ce35a0bb490" dependencies = [ "glam", "id", diff --git a/Cargo.toml b/Cargo.toml index 5a67713..bd2dd63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ rbx_binary = "0.7.4" rbx_dom_weak = "2.7.0" rbx_reflection_database = "0.2.10" rbx_xml = "0.13.3" -strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "03868552c24efe64097be27348e0ccbd12b2cd37" } +strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "2ddb546f7308a220f3abb6e582541ce35a0bb490" }