File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ 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
4
14
## [ 0.2.169] ( https://github.com/rust-lang/libc/compare/0.2.168...0.2.169 ) - 2024-12-18
5
15
6
16
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libc"
3
- version = " 0.2.169 "
3
+ version = " 0.2.170 "
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A test crate for the libc crate.
14
14
15
15
[dependencies .libc ]
16
16
path = " .."
17
- version = " 0.2.169 "
17
+ version = " 0.2.170 "
18
18
default-features = false
19
19
20
20
[build-dependencies ]
You can’t perform that action at this time.
0 commit comments