We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6608ace commit 8fd7cd7Copy full SHA for 8fd7cd7
crates/proc_macro_api/Cargo.toml
@@ -20,4 +20,4 @@ tt = { path = "../tt", version = "0.0.0" }
20
base_db = { path = "../base_db", version = "0.0.0" }
21
stdx = { path = "../stdx", version = "0.0.0" }
22
snap = "1"
23
-object = "0.22.0"
+object = { version = "0.23.0", default-features = false, features = ["std", "read_core", "elf", "macho", "pe", "unaligned"] }
0 commit comments