Skip to content

Commit

Permalink
Bump minimum required libc version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Nov 28, 2019
1 parent 2ab3c2d commit b21631a
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 @@ -34,7 +34,7 @@ members = ["systest", "jemallocator-global", "jemalloc-ctl", "jemalloc-sys" ]

[dependencies]
jemalloc-sys = { path = "jemalloc-sys", version = "0.3.2", default-features = false }
libc = { version = "^0.2.8", default-features = false }
libc = { version = "^0.2.65", default-features = false }

[dev-dependencies]
paste = "0.1"
Expand Down

0 comments on commit b21631a

Please sign in to comment.