Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/profile/Cargo.toml')
| -rw-r--r-- | crates/profile/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 07ef15bbb9..7f7a50eb44 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -11,8 +11,7 @@ doctest = false [dependencies] once_cell = "1.3.1" cfg-if = "1" -# build issues on freebsd, see https://github.com/rust-analyzer/rust-analyzer/pull/10145#issuecomment-912925976 -libc = "=0.2.99" +libc = "0.2" la-arena = { version = "0.2.0", path = "../../lib/arena" } countme = { version = "2.0.1", features = ["enable"] } jemalloc-ctl = { version = "0.4.1", package = "tikv-jemalloc-ctl", optional = true } |