Skip to content

Commit

Permalink
Cargo.toml: depend on bindgen 0.69
Browse files Browse the repository at this point in the history
bindgen 0.64 is too old to use, so switch to 0.69.

Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Dec 25, 2024
1 parent acf57ca commit 518168c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scripts = ["utils/ublk_chown.sh"]

[build-dependencies]
pkg-config = "0.3"
bindgen = "0.64"
bindgen = "0.69"
regex = "1.8.3"
anyhow = {version = "1.0.66", features = ["default"]}

Expand Down

0 comments on commit 518168c

Please sign in to comment.