Skip to content

Commit 49b1017

Browse files
chore: release
1 parent 7efc2a0 commit 49b1017

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## [0.2.159](https://github.com/rust-lang/libc/compare/0.2.158...0.2.159) - 2024-08-29
6+
7+
### Other
8+
- Add missing NOTE_MACHTIME and NOTE_MACH_CONTINUOUS_TIME constants to apple.
9+
- linux adding new syscall SYS_mseal for x86_64 glibc/musl.
10+
- adding new syscall id fchmodat2 for glibc/musl x86 (kernel >= 6.6).
11+
- Merge pull request [#3877](https://github.com/rust-lang/libc/pull/3877) from tgross35/backport-butternut
12+
- Add `wasm32-wasip2` to the test matrix on CI
13+
- Re-enable testing of WASI on CI
14+
- Merge pull request [#3873](https://github.com/rust-lang/libc/pull/3873) from tgross35/backport-cilantro
15+
- Add functions from vxCpuLib.h and taskLib.h
16+
- add missing symbols for HermitOS
17+
- add missing error numbers for HermitOS
18+
- Add android-riscv64 API check
19+
- Add missing constant for Android
20+
521
## [0.2.158](https://github.com/rust-lang/libc/compare/0.2.157...0.2.158) - 2024-08-19
622

723
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.158"
3+
version = "0.2.159"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A test crate for the libc crate.
1414

1515
[dependencies.libc]
1616
path = ".."
17-
version = "0.2.158"
17+
version = "0.2.159"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)