diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index a1643eafd5895..bb8b6eaf043cf 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -48,7 +48,7 @@ image = { version = "0.24", default-features = false } # misc wgpu = { version = "0.12.0", features = ["spirv"] } codespan-reporting = "0.11.0" -naga = { version = "0.8.0", features = ["glsl-in", "spv-in", "spv-out", "wgsl-in", "wgsl-out"] } +naga = { version = "0.11.0", features = ["glsl-in", "spv-in", "spv-out", "wgsl-in", "wgsl-out"] } serde = { version = "1", features = ["derive"] } bitflags = "1.2.1" smallvec = { version = "1.6", features = ["union", "const_generics"] }