mirror of https://git.sr.ht/~stygianentity/bincode
Update glam requirement from 0.21 to 0.24 (#640)
This commit is contained in:
parent
1143290ee1
commit
42dd409cd5
|
|
@ -43,7 +43,7 @@ criterion = "0.3"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
uuid = { version = "1.1", features = ["serde"] }
|
uuid = { version = "1.1", features = ["serde"] }
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
glam = { version = "0.21", features = ["serde"] }
|
glam = { version = "0.24", features = ["serde"] }
|
||||||
bincode_1 = { version = "1.3", package = "bincode" }
|
bincode_1 = { version = "1.3", package = "bincode" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue