Skip to content

Commit 0c86610

Browse files
chore: release
1 parent 64ee9df commit 0c86610

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## [0.2.157](https://github.com/rust-lang/libc/compare/0.2.156...0.2.157) - 2024-08-17
6+
7+
### Other
8+
- Define SO_BINDTOIFINDEX on Fuchsia
9+
- Add missing networking support for Solaris
10+
- Add `klogctl` to linux and android
11+
- Merge pull request [#3845](https://github.com/rust-lang/libc/pull/3845) from nathaniel-bennett/rustc-wrapper-fix-0.2
12+
- Add RUSTC_WRAPPER support to build script
13+
- Update CHANGELOG.md for 0.2.156
14+
- Merge pull request [#3835](https://github.com/rust-lang/libc/pull/3835) from tgross35/revert-bsd-getnameinfo-0.2
15+
- Merge pull request [#3833](https://github.com/rust-lang/libc/pull/3833) from tgross35/backport-potato
16+
- add `pthread_equal`
17+
- netbsd adding _lwp_park api.
18+
- Merge pull request [#3829](https://github.com/rust-lang/libc/pull/3829) from rust-lang/tgross35-patch-2
19+
- Merge pull request [#3828](https://github.com/rust-lang/libc/pull/3828) from rust-lang/tgross35-patch-1
20+
- Update CHANGELOG.md
21+
522
## [0.2.156](https://github.com/rust-lang/libc/compare/v0.2.155...v0.2.156) - 2024-08-15
623

724
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.156"
3+
version = "0.2.157"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

+1-1
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.156"
17+
version = "0.2.157"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)