File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.2.160] ( https://github.com/rust-lang/libc/compare/0.2.159...0.2.160 ) - 2024-10-01
6
+
7
+ ### Other
8
+
9
+ - Add additional Linux AF_PACKET options ([ #3540 ] ( https://github.com/rust-lang/libc/pull/3540 ) )
10
+ - Fix CI for FreeBSD 15, on libc-0.2 branch ([ #3952 ] ( https://github.com/rust-lang/libc/pull/3952 ) )
11
+ - Fix "struct stat" on 32-bit FreeBSD 12+ ([ #3939 ] ( https://github.com/rust-lang/libc/pull/3939 ) )
12
+
5
13
## [ 0.2.159] ( https://github.com/rust-lang/libc/compare/0.2.158...0.2.159 ) - 2024-09-24
6
14
7
15
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libc"
3
- version = " 0.2.159 "
3
+ version = " 0.2.160 "
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.159 "
17
+ version = " 0.2.160 "
18
18
default-features = false
19
19
20
20
[build-dependencies ]
You can’t perform that action at this time.
0 commit comments