File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.2.159] ( https://github.com/rust-lang/libc/compare/0.2.158...0.2.159 ) - 2024-09-06
6
+
7
+ ### Other
8
+ - Revise network definitions for HorizonOS
9
+ - Merge pull request [ #3900 ] ( https://github.com/rust-lang/libc/pull/3900 ) from tgross35/espid-cherry-pick
10
+ - Change signal constants to c_int on espidf
11
+ - Add wasm32-wasip2 definitions necessary for std::net support
12
+ - Add missing NOTE_MACHTIME and NOTE_MACH_CONTINUOUS_TIME constants to apple.
13
+ - linux adding new syscall SYS_mseal for x86_64 glibc/musl.
14
+ - adding new syscall id fchmodat2 for glibc/musl x86 (kernel >= 6.6).
15
+ - Merge pull request [ #3877 ] ( https://github.com/rust-lang/libc/pull/3877 ) from tgross35/backport-butternut
16
+ - Add ` wasm32-wasip2 ` to the test matrix on CI
17
+ - Re-enable testing of WASI on CI
18
+ - Merge pull request [ #3873 ] ( https://github.com/rust-lang/libc/pull/3873 ) from tgross35/backport-cilantro
19
+ - Add functions from vxCpuLib.h and taskLib.h
20
+ - add missing symbols for HermitOS
21
+ - add missing error numbers for HermitOS
22
+ - Add android-riscv64 API check
23
+ - Add missing constant for Android
24
+
5
25
## [ 0.2.158] ( https://github.com/rust-lang/libc/compare/0.2.157...0.2.158 ) - 2024-08-19
6
26
7
27
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libc"
3
- version = " 0.2.158 "
3
+ version = " 0.2.159 "
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A test crate for the libc crate.
14
14
15
15
[dependencies .libc ]
16
16
path = " .."
17
- version = " 0.2.158 "
17
+ version = " 0.2.159 "
18
18
default-features = false
19
19
20
20
[build-dependencies ]
You can’t perform that action at this time.
0 commit comments