Skip to content

Commit 1e9ab86

Browse files
chore: release v0.2.166
Co-authored-by: Trevor Gross <tmgross@umich.edu>
1 parent 4843c55 commit 1e9ab86

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33
## [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+
413
## [0.2.165](https://github.com/rust-lang/libc/compare/0.2.164...0.2.165) - 2024-11-25
514

615
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.165"
3+
version = "0.2.166"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A test crate for the libc crate.
1414

1515
[dependencies.libc]
1616
path = ".."
17-
version = "0.2.165"
17+
version = "0.2.166"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)