Skip to content

Commit

Permalink
fix: Workaround bad minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 25, 2024
1 parent 1e6ebc4 commit 3dc2b41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ bstr = "1.0.1"
anstream = { version = "0.6.7", optional = true }
anstyle = "1.0.0"

[target.'cfg(unix)'.dependencies]
libc = "0.2.137" # hack around a bad minimal version

[dev-dependencies]
escargot = "0.5"
automod = "1.0.14"
Expand Down

0 comments on commit 3dc2b41

Please sign in to comment.