Skip to content

Commit 8fd7cd7

Browse files
jsomedonedwin0cheng
authored andcommitted
Configure object crate's feature
Signed-off-by: Jay Somedon <jay.somedon@outlook.com>
1 parent 6608ace commit 8fd7cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proc_macro_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ tt = { path = "../tt", version = "0.0.0" }
2020
base_db = { path = "../base_db", version = "0.0.0" }
2121
stdx = { path = "../stdx", version = "0.0.0" }
2222
snap = "1"
23-
object = "0.22.0"
23+
object = { version = "0.23.0", default-features = false, features = ["std", "read_core", "elf", "macho", "pe", "unaligned"] }

0 commit comments

Comments
 (0)