Skip to content

Commit f0f0278

Browse files
bors[bot]lf-
andauthored
Merge #10145
10145: Update dependency minor versions r=lnicola a=lf- bors r+ πŸ€– Co-authored-by: Jade <[email protected]>
2 parents 5506e0d + 1857b2b commit f0f0278

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)