Skip to content

Commit

Permalink
Pin libc crate version to 0.2.159
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Oct 17, 2024
1 parent a0677a1 commit d97a32c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ tracing = { version = "0.1.29", default-features = false, features = ["std"], op
backtrace = { version = "0.3.58" }

[target.'cfg(unix)'.dependencies]
libc = { version = "0.2.149", optional = true }

# Seems like the new version of the crate breaks cross compilation on ubuntu
libc = { version = ">=0.2.149, <=0.2.159", optional = true }
signal-hook-registry = { version = "1.1.1", optional = true }

[target.'cfg(unix)'.dev-dependencies]
Expand Down

0 comments on commit d97a32c

Please sign in to comment.