update common

This commit is contained in:
Quaternions 2024-02-13 02:12:54 -08:00
parent 6043c23c19
commit c182e46001
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -112,7 +112,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[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=43f771fb0f19a3751875df1f25bf9cb5874f75f4#43f771fb0f19a3751875df1f25bf9cb5874f75f4" source = "git+https://git.itzana.me/StrafesNET/common?rev=47cdea0c8a5d10a2440ca6270a975d560aa3642d#47cdea0c8a5d10a2440ca6270a975d560aa3642d"
dependencies = [ dependencies = [
"glam", "glam",
"id", "id",

View File

@ -12,4 +12,4 @@ legacy = ["dep:lazy-regex"]
[dependencies] [dependencies]
lazy-regex = { version = "3.1.0", optional = true } 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" }