mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 04:23:25 +00:00
Configure object crate's feature
Signed-off-by: Jay Somedon <jay.somedon@outlook.com>
This commit is contained in:
parent
6608acef71
commit
8fd7cd7406
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ tt = { path = "../tt", version = "0.0.0" }
|
|||
base_db = { path = "../base_db", version = "0.0.0" }
|
||||
stdx = { path = "../stdx", version = "0.0.0" }
|
||||
snap = "1"
|
||||
object = "0.22.0"
|
||||
object = { version = "0.23.0", default-features = false, features = ["std", "read_core", "elf", "macho", "pe", "unaligned"] }
|
||||
|
|
Loading…
Reference in a new issue