Skip to content

Commit 3ad83cc

Browse files
bors[bot]lnicola
andauthored
Merge #10663
10663: minor: Bump `object` avoid a duplicate dependency r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2 parents 103bef1 + 80f9afa commit 3ad83cc

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

Cargo.lock

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/proc_macro_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ profile = { path = "../profile", version = "0.0.0" }
2424
# base_db = { path = "../base_db", version = "0.0.0" }
2525

2626
[dependencies.object]
27-
version = "0.26"
27+
version = "0.27"
2828
default-features = false
2929
features = ["std", "read_core", "elf", "macho", "pe"]

crates/proc_macro_srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version = "1.56"
1010
doctest = false
1111

1212
[dependencies]
13-
object = { version = "0.26", default-features = false, features = [
13+
object = { version = "0.27", default-features = false, features = [
1414
"std",
1515
"read_core",
1616
"elf",

0 commit comments

Comments
 (0)