diff --git a/generator/Cargo.toml b/generator/Cargo.toml index efdd438a..55c367b8 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -17,7 +17,7 @@ once_cell = "1.7" proc-macro2 = "1.0" quote = "1.0" regex = "1.4" -vk-parse = { version = "0.15", features = ["vkxml-convert"] } +vk-parse = { version = "0.16", features = ["vkxml-convert"] } vkxml = "0.3" [dependencies.syn]