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
+ - Add a ` .git-blame-ignore-revs ` entry for adding the prelude
9
+ - Add ` intptr_t ` and ` uintptr_t ` ([ #4161 ] ( https://github.com/rust-lang/libc/pull/4161 ) )
10
+ - Add a ` .git-blame-ingore-revs ` entry for edition 2021 changes
11
+
12
+ ### Fixed
13
+
14
+ - Fix the build with ` rustc-dep-of-std `
15
+ - Freebsd: Run ` cargo fix ` with more FreeBSD versions ([ #4159 ] ( https://github.com/rust-lang/libc/pull/4159 ) )
16
+ - Wasi: Add back unsafe block for clockid_t static variables ([ #4157 ] ( https://github.com/rust-lang/libc/pull/4157 ) )
17
+ - Fix ` unused_qualifications `
18
+
19
+ ### Other
20
+
21
+ - Alow ` static_mut_refs ` with ` rustc-dep-of-std `
22
+ - Make use of the crate's prelude to replace individual imports
23
+ - Create an internal prelude
24
+ - solarish update stat type with st_fstype field.
25
+ - Handle remaining leading ` :: ` in paths
26
+ - Check various FreeBSD versions ([ #4159 ] ( https://github.com/rust-lang/libc/pull/4159 ) )
27
+ - Automatic migration to Rust edition 2021
28
+
29
+ ### Removed
30
+
31
+ - Remove one unused import after the edition 2021 bump
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