From e27f4c6d6d6bf7ae6b7592d6dfdc67ee16214009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 10 Nov 2020 19:20:03 +0100 Subject: [PATCH] Update `bytemuck` dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eac10a8..267c17b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" glow = "0.5" glyph_brush = "0.7" log = "0.4" -bytemuck = "1.2" +bytemuck = "1.4" [dev-dependencies] glutin = "0.24"