mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Bump object
This commit is contained in:
parent
32b6f103a6
commit
c9ca77f641
3 changed files with 20 additions and 9 deletions
|
@ -10,6 +10,13 @@ rust-version = "1.56"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
object = { version = "0.28", default-features = false, features = [
|
||||
"std",
|
||||
"read_core",
|
||||
"elf",
|
||||
"macho",
|
||||
"pe",
|
||||
] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", features = ["unbounded_depth"] }
|
||||
tracing = "0.1"
|
||||
|
@ -22,8 +29,3 @@ stdx = { path = "../stdx", version = "0.0.0" }
|
|||
profile = { path = "../profile", version = "0.0.0" }
|
||||
# Intentionally *not* depend on anything salsa-related
|
||||
# base_db = { path = "../base_db", version = "0.0.0" }
|
||||
|
||||
[dependencies.object]
|
||||
version = "0.27"
|
||||
default-features = false
|
||||
features = ["std", "read_core", "elf", "macho", "pe"]
|
||||
|
|
|
@ -10,7 +10,7 @@ rust-version = "1.56"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
object = { version = "0.27", default-features = false, features = [
|
||||
object = { version = "0.28", default-features = false, features = [
|
||||
"std",
|
||||
"read_core",
|
||||
"elf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue