diff --git a/Cargo.toml b/Cargo.toml index b905241..b6df383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"] [dependencies] syn = { version = "2.0", features = [] } naga = { version = "0.14", features = ["wgsl-in", "wgsl-out"] } -naga-to-tokenstream = "0.4" +naga-to-tokenstream = "0.5" proc-macro2 = "1.0" quote = "1.0"