File tree 3 files changed +30
-2
lines changed
3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+ ## [ 0.2.167] ( https://github.com/rust-lang/libc/compare/0.2.166...0.2.167 ) - 2024-11-28
5
+
6
+ ### Added
7
+
8
+ - Solarish: add ` st_fstype ` to ` stat ` < https://github.com/rust-lang/libc/pull/4145 >
9
+ - Trusty: Add ` intptr_t ` and ` uintptr_t ` ([ #4161 ] ( https://github.com/rust-lang/libc/pull/4161 ) )
10
+
11
+ ### Fixed
12
+
13
+ - Fix the build with ` rustc-dep-of-std ` < https://github.com/rust-lang/libc/pull/4158 >
14
+ - Wasi: Add back unsafe block for ` clockid_t ` static variables ([ #4157 ] ( https://github.com/rust-lang/libc/pull/4157 ) )
15
+
16
+ ### Cleanup
17
+
18
+ - Create an internal prelude < https://github.com/rust-lang/libc/pull/4161 >
19
+ - Fix ` unused_qualifications ` < https://github.com/rust-lang/libc/pull/4132 >
20
+
21
+ ### Other
22
+
23
+ - CI: Check various FreeBSD versions ([ #4159 ] ( https://github.com/rust-lang/libc/pull/4159 ) )
24
+ - CI: add a timeout for all jobs < https://github.com/rust-lang/libc/pull/4164 >
25
+ - CI: verify MSRV for ` wasm32-wasi ` < https://github.com/rust-lang/libc/pull/4157 >
26
+ - Migrate to the 2021 edition < https://github.com/rust-lang/libc/pull/4132 >
27
+
28
+ ### Removed
29
+
30
+ - Remove one unused import after the edition 2021 bump
31
+
4
32
## [ 0.2.166] ( https://github.com/rust-lang/libc/compare/0.2.165...0.2.166 ) - 2024-11-26
5
33
6
34
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libc"
3
- version = " 0.2.166 "
3
+ version = " 0.2.167 "
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.166 "
17
+ version = " 0.2.167 "
18
18
default-features = false
19
19
20
20
[build-dependencies ]
You can’t perform that action at this time.
0 commit comments