diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index a2b18642e5..a95afc0f44 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -9,11 +9,11 @@ edition = "2018" cargo-fuzz = true [dependencies] -libfuzzer-sys = "0.3" +libfuzzer-sys = "0.4" [dependencies.naga] path = ".." -features = ["spirv"] +features = ["spv-in", "wgsl-in"] # Prevent this from interfering with workspaces [workspace]