update common

This commit is contained in:
Quaternions 2024-02-08 20:32:51 -08:00
parent 777ee3439c
commit 5fc2dda3a1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -420,7 +420,7 @@ dependencies = [
[[package]] [[package]]
name = "strafesnet_common" name = "strafesnet_common"
version = "0.1.0" 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 = [ dependencies = [
"glam", "glam",
"id", "id",

View File

@ -12,4 +12,4 @@ rbx_binary = "0.7.4"
rbx_dom_weak = "2.7.0" rbx_dom_weak = "2.7.0"
rbx_reflection_database = "0.2.10" rbx_reflection_database = "0.2.10"
rbx_xml = "0.13.3" 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" }