mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Merge commit '37f84c101b' into sync-from-ra
This commit is contained in:
parent
6502421771
commit
4704881b64
311 changed files with 13700 additions and 9110 deletions
|
|
@ -12,14 +12,14 @@ rust-version.workspace = true
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
object = { version = "0.30.2", default-features = false, features = [
|
||||
object = { version = "0.31.0", default-features = false, features = [
|
||||
"std",
|
||||
"read_core",
|
||||
"elf",
|
||||
"macho",
|
||||
"pe",
|
||||
] }
|
||||
libloading = "0.7.3"
|
||||
libloading = "0.8.0"
|
||||
memmap2 = "0.5.4"
|
||||
|
||||
stdx.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue