Update arrayvec.

This commit is contained in:
Josh Matthews 2022-04-01 01:06:02 -04:00
parent 72fd95f613
commit a7c87af9ca
8 changed files with 21 additions and 20 deletions

View file

@ -11,7 +11,7 @@ name = "webgpu"
path = "lib.rs"
[dependencies]
arrayvec = { version = "0.5.1", features = ["serde"] }
arrayvec = { version = "0.7", features = ["serde"] }
euclid = "0.20"
ipc-channel = "0.14"
log = "0.4"