Skip to content

Commit

Permalink
Pin libc crate version to 0.2.149
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Oct 17, 2024
1 parent a0677a1 commit a1b67d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ 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 }
libc = { version = "=0.2.155", optional = true }
signal-hook-registry = { version = "1.1.1", optional = true }

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

0 comments on commit a1b67d4

Please sign in to comment.