Skip to content

Commit b78e523

Browse files
chore: release v0.2.170
1 parent 30309eb commit b78e523

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33
## [Unreleased]
4+
## [0.2.170](https://github.com/xingxue-ibm/libc/compare/0.2.169...0.2.170) - 2025-01-22
5+
6+
### Other
7+
8+
- Define c_char at top-level and remove per-target c_char definitions
9+
- Allow `unpredictable_function_pointer_comparisons` in another place
10+
11+
### Removed
12+
13+
- Remove `c_char` from the PSP module
414
## [0.2.169](https://github.com/rust-lang/libc/compare/0.2.168...0.2.169) - 2024-12-18
515

616
### 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.169"
3+
version = "0.2.170"
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.169"
17+
version = "0.2.170"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)