diff --git a/esp-hal-procmacros/Cargo.toml b/esp-hal-procmacros/Cargo.toml index c561872998..c18b21cb98 100644 --- a/esp-hal-procmacros/Cargo.toml +++ b/esp-hal-procmacros/Cargo.toml @@ -17,7 +17,7 @@ proc-macro = true darling = "0.20.10" document-features = "0.2.10" litrs = "0.4.1" -object = { version = "0.36.1", optional = true, default-features = false, features = ["read"] } +object = { version = "0.36.1", optional = true, default-features = false, features = ["read_core", "elf"] } proc-macro-crate = "3.1.0" proc-macro-error = "1.0.4" proc-macro2 = "1.0.86"