Skip to content

Commit

Permalink
github/rust: bump libc to v0.2.166
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/buck2#815

`libc` v0.2.165 was yanked and v0.2.166 was released with the fix.

Set version to 0.2.158 to make internal build succeed. In OSS build the latest version will be used.

Reviewed By: samkevich

Differential Revision: D66546801

fbshipit-source-id: 08067b885f37a400aabeb9099f50b8615cfca0d6
  • Loading branch information
KapJI authored and facebook-github-bot committed Nov 27, 2024
1 parent 8fc8893 commit 3451718
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ itertools = "0.13.0"
jemallocator = { version = "0.5.0", features = ["profiling"] }
lalrpop = { version = "0.19.7", artifact = "bin", features = ["pico-args"] }
lalrpop-util = "0.19.7"
# FIXME: libc v0.2.165 breaks sysinfo crate. This is fixed in sysinfo v0.32.1.
libc = ">=0.2.132,<0.2.165"
libc = "0.2.158"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
linkme = { version = "0.3.17", features = ["used_linker"] }
log = "0.4"
Expand Down

0 comments on commit 3451718

Please sign in to comment.