Skip to content

Commit b8c3a76

Browse files
committed
Depend on libc version required for pthread_atfork
Fixes #47.
1 parent 2abc78a commit b8c3a76

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)