Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/Cargo.toml')
| -rw-r--r-- | crates/stdx/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml index 8f1255c030..741bc66327 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml @@ -9,7 +9,8 @@ edition = "2018" doctest = false [dependencies] -libc = "0.2.93" +# build issues on freebsd, see https://github.com/rust-analyzer/rust-analyzer/pull/10145#issuecomment-912925976 +libc = "=0.2.99" backtrace = { version = "0.3.44", optional = true } always-assert = { version = "0.1.2", features = ["log"] } # Think twice before adding anything here |