Skip to content

Commit

Permalink
Merge pull request #773 from vks/bump-libc
Browse files Browse the repository at this point in the history
Depend on libc version required for `pthread_atfork`
  • Loading branch information
dhardy authored Apr 15, 2019
2 parents 6ef71e7 + b8c3a76 commit adbfa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ features = ["into_bits"]

[target.'cfg(unix)'.dependencies]
# Used for fork protection (reseeding.rs)
libc = { version = "0.2", default-features = false }
libc = { version = "0.2.22", default-features = false }

[dev-dependencies]
# This has a histogram implementation used for testing uniformity.
Expand Down

0 comments on commit adbfa38

Please sign in to comment.