Skip to content

Commit caa1a4a

Browse files
committed
Cargo.toml: Update to bindgen 0.72.1
Needed for a potential MR on esp-idf-sys, probably good practice anyway.
1 parent aa8add5 commit caa1a4a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Add CACHEDIR.TAG to idf and pio temporary directories, to prevent Linux backups
1010
from picking them up (see TODO, no support is added for MacOS/Windows).
1111
- Fix build on esp-idf master branch (new platform).
12+
- bindgen: updated to the latest bindgen version. (#104)
1213

1314
## [0.33.1] - 2025-07-27
1415
- Fix a bug where the cmake utilities refused to work with CMake 4 due to a broken version check

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ which = { version = "4.1", optional = true }
7979
globwalk = { version = "0.8", optional = true }
8080
tempfile = { version = "3", optional = true }
8181
ureq = { version = "2", optional = true }
82-
bindgen = { version = "0.71.1", optional = true }
82+
bindgen = { version = "0.72.1", optional = true }
8383
dep-cmake = { package = "cmake", version = "0.1", optional = true }
8484
regex = { version = "1.5", optional = true, default-features = false, features = [
8585
"std",

0 commit comments

Comments
 (0)