diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2021-10-01 18:51:45 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2021-10-01 18:51:45 +0300 |
| commit | 34adcc800cfcafb52cdc8cb3a491efb3ca921742 (patch) | |
| tree | ca1655a4984d848f9057f3d6e7b55859a45988df /crates/stdx | |
| parent | 193a926d45cd95fca959cb9797fea16b7f755870 (diff) | |
| download | rust-34adcc800cfcafb52cdc8cb3a491efb3ca921742.tar.gz rust-34adcc800cfcafb52cdc8cb3a491efb3ca921742.zip | |
Bump libc
Diffstat (limited to 'crates/stdx')
| -rw-r--r-- | crates/stdx/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml index 741bc663276..f6154f1b546 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml @@ -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 |
