From c182e46001a095b245fe80e5c9912e58f51b0276 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 13 Feb 2024 02:12:54 -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 ada2d87..e447d38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "strafesnet_common" version = "0.1.0" -source = "git+https://git.itzana.me/StrafesNET/common?rev=43f771fb0f19a3751875df1f25bf9cb5874f75f4#43f771fb0f19a3751875df1f25bf9cb5874f75f4" +source = "git+https://git.itzana.me/StrafesNET/common?rev=47cdea0c8a5d10a2440ca6270a975d560aa3642d#47cdea0c8a5d10a2440ca6270a975d560aa3642d" dependencies = [ "glam", "id", diff --git a/Cargo.toml b/Cargo.toml index 3740f77..5322416 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ legacy = ["dep:lazy-regex"] [dependencies] lazy-regex = { version = "3.1.0", optional = true } -strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "43f771fb0f19a3751875df1f25bf9cb5874f75f4" } +strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "47cdea0c8a5d10a2440ca6270a975d560aa3642d" }