File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+
5+ ## [ 0.2.168] ( https://github.com/rust-lang/libc/compare/0.2.167...0.2.168 ) - 2024-12-09
6+
7+ ### Added
8+
9+ - Linux: Add new process flags ([ #4174 ] ( https://github.com/rust-lang/libc/pull/4174 ) )
10+ - Linux: Make ` IFA_* ` constants available on all Linux targets < https://github.com/rust-lang/libc/pull/4185 >
11+ - Linux: add ` MAP_DROPPABLE ` < https://github.com/rust-lang/libc/pull/4173 >
12+ - Solaris, Illumos: add ` SIGRTMIN ` and ` SIGRTMAX ` < https://github.com/rust-lang/libc/pull/4171 >
13+ - Unix, Linux: adding POSIX ` memccpy ` and ` mempcpy ` GNU extension <https://github.com/rust-lang/libc/pull/4186 .
14+
15+ ### Deprecated
16+
17+ - FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants ([ #4183 ] ( https://github.com/rust-lang/libc/pull/4183 ) )
18+
19+ ### Fixed
20+
21+ - Make the ` Debug ` implementation for unions opaque ([ #4176 ] ( https://github.com/rust-lang/libc/pull/4176 ) )
22+
23+ ### Other
24+
25+ - Allow the ` unpredictable_function_pointer_comparisons ` lint where needed < https://github.com/rust-lang/libc/pull/4177 >
26+ - CI: Upload artifacts created by libc-test < https://github.com/rust-lang/libc/pull/4180 >
27+ - CI: Use workflow commands to group output by target < https://github.com/rust-lang/libc/pull/4179 >
28+ - CI: add caching < https://github.com/rust-lang/libc/pull/4183 >
29+
430## [ 0.2.167] ( https://github.com/rust-lang/libc/compare/0.2.166...0.2.167 ) - 2024-11-28
531
632### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " libc"
3- version = " 0.2.167 "
3+ version = " 0.2.168 "
44authors = [" The Rust Project Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A test crate for the libc crate.
1414
1515[dependencies .libc ]
1616path = " .."
17- version = " 0.2.167 "
17+ version = " 0.2.168 "
1818default-features = false
1919
2020[build-dependencies ]
You can’t perform that action at this time.
0 commit comments