Skip to content

Commit dad00cb

Browse files
github-actions[bot]tgross35
authored andcommitted
chore: release v0.2.164
1 parent 01ce562 commit dad00cb

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## [0.2.164](https://github.com/rust-lang/libc/compare/0.2.163...0.2.164) - 2024-11-16
6+
7+
### MSRV
8+
9+
This release increases the MSRV of `libc` to 1.63.
10+
11+
### Other
12+
13+
- CI: remove tests with rust < 1.63 <https://github.com/rust-lang/libc/pull/4051>
14+
- MSRV: document the MSRV of the stable channel to be 1.63 <https://github.com/rust-lang/libc/pull/4040>
15+
- MacOS: move ifconf to s_no_extra_traits <https://github.com/rust-lang/libc/pull/4051>
16+
517
## [0.2.163](https://github.com/rust-lang/libc/compare/0.2.162...0.2.163) - 2024-11-16
618

719
### 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.163"
3+
version = "0.2.164"
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.163"
17+
version = "0.2.164"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)