Skip to content

Commit

Permalink
Add version field to bindgen as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Dec 6, 2024
1 parent c683f6f commit d3c489f
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 @@ -22,7 +22,7 @@ edition = "2021"
# All dependency version management is centralized here
[workspace.dependencies]
annotate-snippets = "0.11.4"
bindgen = { path = "./bindgen", default-features = false }
bindgen = { version = "0.71.0", path = "./bindgen", default-features = false }
bitflags = "2.2.1"
block = "0.1"
cc = "1.0"
Expand Down

0 comments on commit d3c489f

Please sign in to comment.