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 211
211
## Changed
212
212
- Remove which and lazy-static dependencies (#2809 , #2817 ).
213
213
- Generate compile-time layout tests (#2787 ).
214
+ - Print ` bindgen-cli ` errors to stderr instead of stdout (#2840 )
214
215
## Removed
215
216
## Fixed
216
217
- Fix ` --formatter=prettyplease ` not working in ` bindgen-cli ` by adding ` prettyplease ` feature and
217
218
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 ).
220
221
- Fix generated constants: ` f64::INFINITY ` , ` f64::NEG_ INFINITY ` , ` f64::NAN ` (#2854 ).
221
-
222
222
## Security
223
+ - Update ` tempfile ` and ` rustix ` due to [ GHSA-c827 -hfw6-qwvm] ( https://github.com/advisories/GHSA-c827-hfw6-qwvm ) .
223
224
224
225
# 0.69.4 (2024-02-04)
225
226
## Added
You can’t perform that action at this time.
0 commit comments