Skip to content

Commit

Permalink
chore: release v0.2.170
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent 30309eb commit 01a584f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [Unreleased]
## [0.2.170](https://github.com/rust-lang/libc/compare/0.2.169...0.2.170) - 2024-12-23

### Other

- Define c_char at top-level and remove per-target c_char definitions
- Allow `unpredictable_function_pointer_comparisons` in another place

### Removed

- Remove `c_char` from the PSP module
## [0.2.169](https://github.com/rust-lang/libc/compare/0.2.168...0.2.169) - 2024-12-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libc"
version = "0.2.169"
version = "0.2.170"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion libc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A test crate for the libc crate.

[dependencies.libc]
path = ".."
version = "0.2.169"
version = "0.2.170"
default-features = false

[build-dependencies]
Expand Down

0 comments on commit 01a584f

Please sign in to comment.