Bump libc
This commit is contained in:
parent
193a926d45
commit
34adcc800c
3 changed files with 4 additions and 6 deletions
|
|
@ -11,8 +11,7 @@ doctest = false
|
|||
[dependencies]
|
||||
once_cell = "1.3.1"
|
||||
cfg-if = "1"
|
||||
# build issues on freebsd, see https://github.com/rust-analyzer/rust-analyzer/pull/10145#issuecomment-912925976
|
||||
libc = "=0.2.99"
|
||||
libc = "0.2"
|
||||
la-arena = { version = "0.2.0", path = "../../lib/arena" }
|
||||
countme = { version = "2.0.1", features = ["enable"] }
|
||||
jemalloc-ctl = { version = "0.4.1", package = "tikv-jemalloc-ctl", optional = true }
|
||||
|
|
|
|||
|
|
@ -9,8 +9,7 @@ edition = "2018"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
# build issues on freebsd, see https://github.com/rust-analyzer/rust-analyzer/pull/10145#issuecomment-912925976
|
||||
libc = "=0.2.99"
|
||||
libc = "0.2"
|
||||
backtrace = { version = "0.3.44", optional = true }
|
||||
always-assert = { version = "0.1.2", features = ["log"] }
|
||||
# Think twice before adding anything here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue