[rs] Update zerocopy to 0.3

This commit is contained in:
Connor Fitzgerald
2020-03-26 13:22:44 -04:00
parent 0fa4f114c8
commit 7deefae6d9

View File

@@ -54,7 +54,7 @@ log = "0.4"
png = "0.15"
winit = "0.22"
rand = "0.7.2"
zerocopy = "0.2"
zerocopy = "0.3"
futures = "0.3"
#[patch."https://github.com/gfx-rs/wgpu"]