Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade bindgen from 0.58 to 0.61
  • Loading branch information
jplatte committed Oct 17, 2022
commit 132d07e0579a9b00734f3823e907689c05bdf2cc
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ tracing-subscriber = { version = "0.3.2", features = ["env-filter"] }
unicode-segmentation = "1.7.0"

[build-dependencies]
bindgen = {version = "0.58", optional = true}
bindgen = { version = "0.61", optional = true }
pkg-config = { version = "0.3", optional = true }