Skip to content

Commit

Permalink
Upgrade bindgen to 0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Mar 27, 2023
1 parent 67053a9 commit 580170e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ash/src/vk/native.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.63.0 */
/* automatically generated by rust-bindgen 0.64.0 */

#[repr(C)]
#[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
Expand Down
2 changes: 1 addition & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Maik Klein <maikklein@googlemail.com>"]
edition = "2021"

[dependencies]
bindgen = "0.63"
bindgen = "0.64"
heck = "0.4"
itertools = "0.10"
nom = "7.1"
Expand Down

0 comments on commit 580170e

Please sign in to comment.