Skip to content

Commit 093ed49

Browse files
chore: release v0.2.165
1 parent a8ed1c2 commit 093ed49

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## [0.2.165](https://github.com/rust-lang/libc/compare/0.2.164...0.2.165) - 2024-11-17
6+
7+
### Other
8+
9+
- Merge pull request [#4078](https://github.com/rust-lang/libc/pull/4078) from tgross35/posix-spawn-diff-indicators
10+
- Take documentation from `main`
11+
- fix some typos
12+
- Drop the `ptr_addr_of` conditional
13+
- Require rust >= 1.40 and drop libc_non_exhaustive conditional
14+
- Require rust >= 1.33 and drop libc_cfg_target_vendor conditional
15+
- Require rust >= 1.33 and drop libc_packedN conditional
16+
- Require rust >= 1.30 and drop libc_core_cvoid conditional
17+
- Require rust >= 1.26 and drop libc_int128 conditional
18+
- Drop warnings about deprecated cargo features
19+
- Require rust >= 1.25 and drop libc_align conditional
20+
- Explicitly set the edition to 2015
21+
522
## [0.2.164](https://github.com/rust-lang/libc/compare/0.2.163...0.2.164) - 2024-11-16
623

724
### MSRV

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.164"
3+
version = "0.2.165"
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.164"
17+
version = "0.2.165"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)