Skip to content

Commit

Permalink
generator: Upgrade vk-parse to 0.15 for <feature> inside interf…
Browse files Browse the repository at this point in the history
…ace items

Includes changes from krolli/vk-parse#33.
Fixes #937.
  • Loading branch information
MarijnS95 committed Aug 31, 2024
1 parent 67ac59a commit c1f5ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ once_cell = "1.7"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.4"
vk-parse = { version = "0.14", features = ["vkxml-convert"] }
vk-parse = { version = "0.15", features = ["vkxml-convert"] }
vkxml = "0.3"

[dependencies.syn]
Expand Down

0 comments on commit c1f5ac7

Please sign in to comment.