From 738e40c47e22cd4bc5cf202e79efe2fcd6b32241 Mon Sep 17 00:00:00 2001 From: Aevyrie Roessler Date: Mon, 17 Jan 2022 16:05:21 -0800 Subject: [PATCH] Remove wildcard dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 458303e..9152794 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bevy = "0.6" [dependencies.naga] features = ["glsl-in", "spv-out", "wgsl-out"] -version = "*" +version = "0.8.0" [dev-dependencies] lazy_static = "1.4.0"