Skip to content

Commit

Permalink
Update esp-backtrace version
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Feb 27, 2025
1 parent ae1cd60 commit 46fec8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
esp-backtrace = { version = "0.14.2", features = [
esp-backtrace = { version = "0.15.1", features = [
"esp32c3",
"exception-handler",
"panic-handler",
Expand All @@ -17,7 +17,7 @@ esp-backtrace = { version = "0.14.2", features = [
esp-hal = { version = "0.22.0", features = [
"esp32c3",
] }
esp-println = { version = "0.12.0", features = ["esp32c3", "log"] }
esp-println = { version = "0.13.1", features = ["esp32c3", "log"] }
shadow-rs = { path = "../", default-features = false }
log = "0.4.22"

Expand Down

0 comments on commit 46fec8f

Please sign in to comment.