Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
build: bump bindgen to 0.69.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim-furiosa committed Nov 10, 2023
1 parent 9c34126 commit fc3ebd6
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 @@ -17,7 +17,7 @@ default = []
generate-bindings = ["bindgen"]

[build-dependencies]
bindgen = { version = "0.68.1", optional = true }
bindgen = { version = "0.69.1", optional = true }
ureq = "2.8.0"

[target.'cfg(unix)'.build-dependencies]
Expand Down

0 comments on commit fc3ebd6

Please sign in to comment.