mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Bump object avoid a duplicate dependency
This commit is contained in:
parent
103bef178c
commit
80f9afa1ec
3 changed files with 5 additions and 14 deletions
|
@ -24,6 +24,6 @@ profile = { path = "../profile", version = "0.0.0" }
|
|||
# base_db = { path = "../base_db", version = "0.0.0" }
|
||||
|
||||
[dependencies.object]
|
||||
version = "0.26"
|
||||
version = "0.27"
|
||||
default-features = false
|
||||
features = ["std", "read_core", "elf", "macho", "pe"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue