Skip to content

Commit 0b7a82a

Browse files
chore: release v0.2.167
1 parent 7cbac14 commit 0b7a82a

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Changelog
22

33
## [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
432
## [0.2.166](https://github.com/rust-lang/libc/compare/0.2.165...0.2.166) - 2024-11-26
533

634
### Fixed

Cargo.toml

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

libc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.166"
17+
version = "0.2.167"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)