File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 211211## Changed
212212- Remove which and lazy-static dependencies (#2809 , #2817 ).
213213- Generate compile-time layout tests (#2787 ).
214+ - Print ` bindgen-cli ` errors to stderr instead of stdout (#2840 )
214215## Removed
215216## Fixed
216217- Fix ` --formatter=prettyplease ` not working in ` bindgen-cli ` by adding ` prettyplease ` feature and
217218 enabling it by default for ` bindgen-cli ` (#2789 ) .
218- - Fix ` --allowlist-item ` so anonymous enums are no longer ignored.
219- - Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824 )
219+ - Fix ` --allowlist-item ` so anonymous enums are no longer ignored ( # 2827 ) .
220+ - Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824 ).
220221- Fix generated constants: ` f64::INFINITY ` , ` f64::NEG_ INFINITY ` , ` f64::NAN ` (#2854 ).
221-
222222## Security
223+ - Update ` tempfile ` and ` rustix ` due to [ GHSA-c827 -hfw6-qwvm] ( https://github.com/advisories/GHSA-c827-hfw6-qwvm ) .
223224
224225# 0.69.4 (2024-02-04)
225226## Added
You can’t perform that action at this time.
0 commit comments