Skip to content

Commit

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

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

### Added

- Update c_char type ([#4195](https://github.com/rust-lang/libc/pull/4195))
- Add sockaddr_vm definition for Fuchsia

### Fixed

- Fix c_char on various targets

### Other

- Replace arch-conditional `c_char` with a reexport
- Do not re-export c_void in target-specific code
- Mirror `c_char` configuration from `rust-lang/rust`
- freebsd add more socket TCP stack constants.

## [0.2.168](https://github.com/rust-lang/libc/compare/0.2.167...0.2.168) - 2024-12-09

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.168"
version = "0.2.169"
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.168"
version = "0.2.169"
default-features = false

[build-dependencies]
Expand Down

0 comments on commit 85bd4f8

Please sign in to comment.