Skip to content

Commit

Permalink
Fix build on Android with an older libc crate.
Browse files Browse the repository at this point in the history
Closes #112
  • Loading branch information
RazrFalcon committed Jan 25, 2024
1 parent 99ca0f4 commit 62d5c31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Changed
- The `libc` crate >= 0.2.151 is required now.

### Fixed
- Build on Android with an older `libc` crate.

## [0.9.3] - 2023-12-19
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
stable_deref_trait = { version = "1.0", optional = true }

[target.'cfg(unix)'.dependencies]
libc = "0.2.143"
libc = "0.2.151"

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit 62d5c31

Please sign in to comment.