Skip to content

Commit

Permalink
Don't use libc 0.2.149
Browse files Browse the repository at this point in the history
This version causes NetBSD to fail to compile with cross. Once cross fixes
cross-rs/cross#1345 this hack can be removed.
  • Loading branch information
autarch committed Oct 22, 2023
1 parent 5d09fb9 commit 8aa7532
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 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 @@ -25,6 +25,9 @@ doc = false
[dependencies]
log.workspace = true
precious-core.workspace = true
# This can be removed once a version of cross with a fix for
# https://github.com/cross-rs/cross/issues/1345 has been released.
libc = "<= 0.2.148"

[workspace.dependencies]
anyhow = "1.0.75"
Expand Down

0 comments on commit 8aa7532

Please sign in to comment.