File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
+
5
22
## [ 0.2.156] ( https://github.com/rust-lang/libc/compare/v0.2.155...v0.2.156 ) - 2024-08-15
6
23
7
24
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libc"
3
- version = " 0.2.156 "
3
+ version = " 0.2.157 "
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A test crate for the libc crate.
14
14
15
15
[dependencies .libc ]
16
16
path = " .."
17
- version = " 0.2.156 "
17
+ version = " 0.2.157 "
18
18
default-features = false
19
19
20
20
[build-dependencies ]
You can’t perform that action at this time.
0 commit comments