Skip to content

Commit 34adcc8

Browse files
committed
Bump libc
1 parent 193a926 commit 34adcc8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/profile/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ doctest = false
1111
[dependencies]
1212
once_cell = "1.3.1"
1313
cfg-if = "1"
14-
# build issues on freebsd, see https://github.com/rust-analyzer/rust-analyzer/pull/10145#issuecomment-912925976
15-
libc = "=0.2.99"
14+
libc = "0.2"
1615
la-arena = { version = "0.2.0", path = "../../lib/arena" }
1716
countme = { version = "2.0.1", features = ["enable"] }
1817
jemalloc-ctl = { version = "0.4.1", package = "tikv-jemalloc-ctl", optional = true }

crates/stdx/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ edition = "2018"
99
doctest = false
1010

1111
[dependencies]
12-
# build issues on freebsd, see https://github.com/rust-analyzer/rust-analyzer/pull/10145#issuecomment-912925976
13-
libc = "=0.2.99"
12+
libc = "0.2"
1413
backtrace = { version = "0.3.44", optional = true }
1514
always-assert = { version = "0.1.2", features = ["log"] }
1615
# Think twice before adding anything here

0 commit comments

Comments
 (0)