Skip to content

Commit

Permalink
Pin libc to 0.2.137
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 3, 2022
1 parent ee05b26 commit a0482fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

- Pin `libc` to 0.2.137 to work around build failure on FreeBSD. ([#174](https://github.com/taiki-e/cargo-hack/pull/174))

## [0.5.23] - 2022-11-27

- Replace `atty` with `is-terminal`. ([#171](https://github.com/taiki-e/cargo-hack/pull/171))
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ serde_json = "1"
termcolor = "1.1"
toml_edit = "0.15"

libc = "=0.2.137" # https://github.com/taiki-e/cargo-hack/issues/174

[dev-dependencies]
build-info = { path = "tests/auxiliary/build-info" }
easy-ext = "1"
Expand Down

0 comments on commit a0482fa

Please sign in to comment.