Skip to content

Commit

Permalink
build: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jul 16, 2024
1 parent 8251ee7 commit ece11a4
Show file tree
Hide file tree
Showing 20 changed files with 1,388 additions and 869 deletions.
246 changes: 156 additions & 90 deletions advanced/stack-overflow-detection/Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions advanced/stack-overflow-detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
esp-hal = { version = "0.18.0", features = ["esp32c3"] }
esp-backtrace = { version = "0.12.0", features = ["esp32c3", "panic-handler", "exception-handler", "println"] }
esp-println = { version = "0.9.1", features = ["esp32c3", "uart"] }
esp-hal = { version = "0.19.0", features = ["esp32c3"] }
esp-backtrace = { version = "0.12.2", features = ["esp32c3", "panic-handler", "exception-handler", "println"] }
esp-println = { version = "0.10.0", features = ["esp32c3"] }
critical-section = "1.1.2"
Loading

0 comments on commit ece11a4

Please sign in to comment.