update common

This commit is contained in:
Quaternions 2024-03-12 21:59:36 -07:00
parent a1aafed513
commit e37d8540c2
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -385,7 +385,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strafesnet_common"
version = "0.1.0"
source = "git+https://git.itzana.me/StrafesNET/common?rev=ef922135e6d19f296d8e4d90df0d0d71fa3412e2#ef922135e6d19f296d8e4d90df0d0d71fa3412e2"
source = "git+https://git.itzana.me/StrafesNET/common?rev=db142d125b5b8f41b6b65f2c23e2a815e28ee7f9#db142d125b5b8f41b6b65f2c23e2a815e28ee7f9"
dependencies = [
"bitflags",
"glam",

View File

@ -13,5 +13,5 @@ legacy = ["dep:lazy-regex", "dep:vbsp"]
[dependencies]
lazy-regex = { version = "3.1.0", optional = true }
strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "ef922135e6d19f296d8e4d90df0d0d71fa3412e2" }
strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "db142d125b5b8f41b6b65f2c23e2a815e28ee7f9" }
vbsp = { version = "0.5.0", optional = true }