We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980e402 commit 775fc45Copy full SHA for 775fc45
Cargo.toml
@@ -44,7 +44,7 @@ criterion = "0.5"
44
rand = "0.8"
45
uuid = { version = "1.1", features = ["serde"] }
46
chrono = { version = "0.4", features = ["serde"] }
47
-glam = { version = "0.24", features = ["serde"] }
+glam = { version = "0.25", features = ["serde"] }
48
bincode_1 = { version = "1.3", package = "bincode" }
49
serde = { version = "1.0", features = ["derive"] }
50
0 commit comments