Skip to content

Commit

Permalink
Pin bindgen to deflake CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall authored Mar 7, 2024
1 parent 92084df commit 4449a18
Show file tree
Hide file tree
Showing 2 changed files with 5 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.69.1 */
/* automatically generated by rust-bindgen 0.69.2 */

#[repr(C)]
#[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
Expand Down
5 changes: 4 additions & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ edition = "2021"
publish = false

[dependencies]
bindgen = "0.69"
# Pin version to have control over how ash/src/vk/native.rs
# is generated (there is a CI check that validates that this
# file is generated as currently checked in):
bindgen = "=0.69.2"
heck = "0.4"
itertools = "0.12"
nom = "7.1"
Expand Down

0 comments on commit 4449a18

Please sign in to comment.