Skip to content

Commit 3831e59

Browse files
chore: release v0.2.167
Co-authored-by: Trevor Gross <[email protected]>
1 parent 7cbac14 commit 3831e59

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

Diff for: CHANGELOG.md

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

634
### Fixed

Diff for: 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.166"
3+
version = "0.2.167"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

Diff for: 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.166"
17+
version = "0.2.167"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)