File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-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 [ #3852 ] ( https://github.com/rust-lang/libc/pull/3852 ) from tgross35/backport-onion
9+ - always use freebsd12 when rustc_dep_of_std is set
10+ - freebsd adding execvpe support from 14.1 release
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
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