The big change here is a roll to a more recent version of bindgen which understands inline namespaces, and thus resolves issues with the latest headers on OS X.
What's Changed
- Convert to arbitrary_self_types_pointers. by @adetaylor in #1390
- Fix double init of EnvLogger by @adetaylor in #1389
- Specify MSRV by @adetaylor in #1388
- Add missing space on doc comment. by @adetaylor in #1397
- Typedef fn param test by @adetaylor in #1398
- Fix URLs while investigating autocxx.rs. by @adetaylor in #1400
- Roll to autocxx-bindgen 0.70.1. by @adetaylor in #1401
- Fix latest clippy lints by @adetaylor in #1410
- Disable LLVM example in CI. by @adetaylor in #1414
- cargo update by @adetaylor in #1415
- book/building: Fix
expect_build()
call by @Turbo87 in #1420 - book/tutorial: Rename
path
variable to self-describinginclude_path
by @Turbo87 in #1419 - Roll bindgen dec 2024 by @adetaylor in #1416
- Fix concrete typedef dep by @adetaylor in #1423
- Test for a failing double-template with default by @stuglaser in #1417
New Contributors
- @Turbo87 made their first contribution in #1420
- @stuglaser made their first contribution in #1417
Full Changelog: v0.27.0...v0.27.1