File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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+ - Merge pull request [ #3845 ] ( https://github.com/rust-lang/libc/pull/3845 ) from nathaniel-bennett/rustc-wrapper-fix-0.2
9+ - Add RUSTC_WRAPPER support to build script
10+ - Update CHANGELOG.md for 0.2.156
11+ - Merge pull request [ #3835 ] ( https://github.com/rust-lang/libc/pull/3835 ) from tgross35/revert-bsd-getnameinfo-0.2
12+ - Merge pull request [ #3833 ] ( https://github.com/rust-lang/libc/pull/3833 ) from tgross35/backport-potato
13+ - add ` pthread_equal `
14+ - netbsd adding _ lwp_park api.
15+ - Merge pull request [ #3829 ] ( https://github.com/rust-lang/libc/pull/3829 ) from rust-lang/tgross35-patch-2
16+ - Merge pull request [ #3828 ] ( https://github.com/rust-lang/libc/pull/3828 ) from rust-lang/tgross35-patch-1
17+ - Update CHANGELOG.md
18+
519## [ 0.2.156] ( https://github.com/rust-lang/libc/compare/v0.2.155...v0.2.156 ) - 2024-08-15
620
721### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " libc"
3- version = " 0.2.156 "
3+ version = " 0.2.157 "
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.156 "
17+ version = " 0.2.157 "
1818default-features = false
1919
2020[build-dependencies ]
You can’t perform that action at this time.
0 commit comments