Skip to content

Commit

Permalink
binstart enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Aug 22, 2023
1 parent 639697e commit 9a4b43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ documentation = "https://esp-rs.github.io/esp-idf-sys/"
rust-version = "1.66"

[features]
default = ["std", "native"]
default = ["std", "native", "binstart"]

std = []
alloc_handler = []
Expand All @@ -35,7 +35,7 @@ build-time = "0.1" # For esp_app_desc!()
const_format = "0.2" # For esp_app_desc!()

[build-dependencies]
embuild = { version = "0.31.2", features = ["glob", "kconfig"] }
embuild = { version = "0.31.3", features = ["glob", "kconfig"] }
anyhow = "1"
regex = "1.5"
bindgen = "0.63"
Expand Down

0 comments on commit 9a4b43f

Please sign in to comment.