diff --git a/generator/Cargo.toml b/generator/Cargo.toml index 286f312d2..c19bf9c9b 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.13", features = ["vkxml-convert"] } +vk-parse = { version = "0.14", features = ["vkxml-convert"] } vkxml = "0.3" [dependencies.syn]