Skip to content

Commit

Permalink
chore: release v0.2.163
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 16, 2024
1 parent 1eb76a8 commit 6dd56f9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## [Unreleased]

## [0.2.163](https://github.com/rust-lang/libc/compare/0.2.162...0.2.163) - 2024-11-16

### Added

- add `aio` for solarish

### Other

- Add the TCP_FUNCTION_BLK and TCP_FUNCTION_ALIAS socket options
- add more dlopen flags
- adding arc4random* api family for solarish.
- Add CI, fix: confstr, uc_lwpid is missing from Solaris 11.4 CBE release
- Specify `rust-version = "1.19"` in Cargo.toml
- Drop using mod align
- Drop unused ssize_t type
- Support confstr on Linux
- Use more standard types

## [0.2.162](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) - 2024-11-07

### 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.162"
version = "0.2.163"
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.162"
version = "0.2.163"
default-features = false

[build-dependencies]
Expand Down

0 comments on commit 6dd56f9

Please sign in to comment.