update common

This commit is contained in:
Quaternions 2024-02-08 23:11:25 -08:00
parent 864f9dc551
commit 7a6b494358
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=2ddb546f7308a220f3abb6e582541ce35a0bb490#2ddb546f7308a220f3abb6e582541ce35a0bb490" source = "git+https://git.itzana.me/StrafesNET/common?rev=f155dd6a5015e4494c233888cb570a5014f86208#f155dd6a5015e4494c233888cb570a5014f86208"
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 = "2ddb546f7308a220f3abb6e582541ce35a0bb490" } strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "f155dd6a5015e4494c233888cb570a5014f86208" }