v0.4.0 typed attribute structs

This commit is contained in:
Quaternions 2024-08-09 14:23:59 -07:00
parent aa79d9a54e
commit 88b87b1859
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -51,7 +51,7 @@ dependencies = [
[[package]] [[package]]
name = "strafesnet_common" name = "strafesnet_common"
version = "0.3.0" version = "0.4.0"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"bitflags", "bitflags",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "strafesnet_common" name = "strafesnet_common"
version = "0.3.0" version = "0.4.0"
edition = "2021" edition = "2021"
repository = "https://git.itzana.me/StrafesNET/common" repository = "https://git.itzana.me/StrafesNET/common"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"