Skip to content

Commit

Permalink
Only enable elf support in object
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Aug 28, 2024
1 parent 916e4d1 commit dc366aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal-procmacros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc366aa

Please sign in to comment.