Skip to content

Commit

Permalink
build: Use esp-hal release
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored Apr 19, 2024
1 parent 898514c commit 25901b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = ["embedded", "no-std"]

[dependencies]
critical-section = "1.1.2"
esp-hal = { git = "https://github.com/esp-rs/esp-hal", rev = "8f2ee88" }
esp-hal = "0.17.0"
heapless = { version = "0.8.0", default-features = false }
static_cell = "2.0.0"

Expand Down

0 comments on commit 25901b9

Please sign in to comment.