Skip to content

Commit adbfa38

Browse files
authored
Merge pull request #773 from vks/bump-libc
Depend on libc version required for `pthread_atfork`
2 parents 6ef71e7 + b8c3a76 commit adbfa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ features = ["into_bits"]
6262

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

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

0 commit comments

Comments
 (0)