Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 10, 2024
1 parent a515d07 commit e4c82ee
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

## [Unreleased]

## [0.2.159](https://github.com/rust-lang/libc/compare/0.2.158...0.2.159) - 2024-09-10

### Other

- Simplify the RUSTC_WRAPPER check
- Fix rustc version when `clippy-driver` is used
- Revise network definitions for HorizonOS
- Merge pull request [#3900](https://github.com/rust-lang/libc/pull/3900) from tgross35/espid-cherry-pick
- Change signal constants to c_int on espidf
- Add wasm32-wasip2 definitions necessary for std::net support
- Add missing NOTE_MACHTIME and NOTE_MACH_CONTINUOUS_TIME constants to apple.
- linux adding new syscall SYS_mseal for x86_64 glibc/musl.
- adding new syscall id fchmodat2 for glibc/musl x86 (kernel >= 6.6).
- Merge pull request [#3877](https://github.com/rust-lang/libc/pull/3877) from tgross35/backport-butternut
- Add `wasm32-wasip2` to the test matrix on CI
- Re-enable testing of WASI on CI
- Merge pull request [#3873](https://github.com/rust-lang/libc/pull/3873) from tgross35/backport-cilantro
- Add functions from vxCpuLib.h and taskLib.h
- add missing symbols for HermitOS
- add missing error numbers for HermitOS
- Add android-riscv64 API check
- Add missing constant for Android

## [0.2.158](https://github.com/rust-lang/libc/compare/0.2.157...0.2.158) - 2024-08-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libc"
version = "0.2.158"
version = "0.2.159"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion libc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A test crate for the libc crate.

[dependencies.libc]
path = ".."
version = "0.2.158"
version = "0.2.159"
default-features = false

[build-dependencies]
Expand Down

0 comments on commit e4c82ee

Please sign in to comment.