From ce10a47de81e28a9ad3468952bda66a4aa9d2f9e Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Thu, 26 Mar 2020 13:22:44 -0400 Subject: [PATCH] Update zerocopy to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d501e1fdd6..89d10990bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]