File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+ ## [ 0.2.166] ( https://github.com/rust-lang/libc/compare/0.2.165...0.2.166 ) - 2024-11-26
5
+
6
+ ### Fixed
7
+
8
+ This release resolves two cases of unintentional breakage from the previous release:
9
+
10
+ - Revert removal of array size hacks [ #4150 ] ( https://github.com/rust-lang/libc/pull/4150 )
11
+ - Ensure ` const extern ` functions are always enabled [ #4151 ] ( https://github.com/rust-lang/libc/pull/4151 )
12
+
4
13
## [ 0.2.165] ( https://github.com/rust-lang/libc/compare/0.2.164...0.2.165 ) - 2024-11-25
5
14
6
15
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libc"
3
- version = " 0.2.165 "
3
+ version = " 0.2.166 "
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.165 "
17
+ version = " 0.2.166 "
18
18
default-features = false
19
19
20
20
[build-dependencies ]
You can’t perform that action at this time.
0 commit comments