Skip to content

Commit

Permalink
Disable object's unnecessary features in proc macro that loads LP code (
Browse files Browse the repository at this point in the history
#2018)

* Disable object/decompress

* Only enable elf support in object
  • Loading branch information
bugadani authored Aug 30, 2024
1 parent f9ab55c commit fce510f
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.3", optional = true }
object = { version = "0.36.4", optional = true, default-features = false, features = ["read_core", "elf"] }
proc-macro-crate = "3.2.0"
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.86"
Expand Down

0 comments on commit fce510f

Please sign in to comment.