Skip to content

Commit 1857b2b

Browse files
committed
Update dependency minor versions
1 parent 5506e0d commit 1857b2b

File tree

3 files changed

+34
-32
lines changed

3 files changed

+34
-32
lines changed

Cargo.lock

Lines changed: 30 additions & 30 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ doctest = false
1111
[dependencies]
1212
once_cell = "1.3.1"
1313
cfg-if = "1"
14-
libc = "0.2.73"
14+
# build issues on freebsd, see https://github.com/rust-analyzer/rust-analyzer/pull/10145#issuecomment-912925976
15+
libc = "=0.2.99"
1516
la-arena = { version = "0.2.0", path = "../../lib/arena" }
1617
countme = { version = "2.0.1", features = ["enable"] }
1718
jemalloc-ctl = { version = "0.4.1", package = "tikv-jemalloc-ctl", optional = true }

crates/stdx/Cargo.toml

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

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

0 commit comments

Comments
 (0)