File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.2.159] ( https://github.com/rust-lang/libc/compare/0.2.158...0.2.159 ) - 2024-09-17
6+
7+ ### Other
8+
9+ - Remove temporary file that was added by accident
10+ - Simplify the RUSTC_WRAPPER check
11+ - Fix rustc version when ` clippy-driver ` is used
12+ - Revise network definitions for HorizonOS
13+ - Merge pull request [ #3900 ] ( https://github.com/rust-lang/libc/pull/3900 ) from tgross35/espid-cherry-pick
14+ - Change signal constants to c_int on espidf
15+ - Add wasm32-wasip2 definitions necessary for std::net support
16+ - Add missing NOTE_MACHTIME and NOTE_MACH_CONTINUOUS_TIME constants to apple.
17+ - linux adding new syscall SYS_mseal for x86_64 glibc/musl.
18+ - adding new syscall id fchmodat2 for glibc/musl x86 (kernel >= 6.6).
19+ - Merge pull request [ #3877 ] ( https://github.com/rust-lang/libc/pull/3877 ) from tgross35/backport-butternut
20+ - Add ` wasm32-wasip2 ` to the test matrix on CI
21+ - Re-enable testing of WASI on CI
22+ - Merge pull request [ #3873 ] ( https://github.com/rust-lang/libc/pull/3873 ) from tgross35/backport-cilantro
23+ - Add functions from vxCpuLib.h and taskLib.h
24+ - add missing symbols for HermitOS
25+ - add missing error numbers for HermitOS
26+ - Add android-riscv64 API check
27+ - Add missing constant for Android
28+
529## [ 0.2.158] ( https://github.com/rust-lang/libc/compare/0.2.157...0.2.158 ) - 2024-08-19
630
731### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " libc"
3- version = " 0.2.158 "
3+ version = " 0.2.159 "
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.158 "
17+ version = " 0.2.159 "
1818default-features = false
1919
2020[build-dependencies ]
You can’t perform that action at this time.
0 commit comments