aboutsummaryrefslogtreecommitdiff
path: root/examples/esp32c3/Cargo.toml
diff options
context:
space:
mode:
authorRonald Weber <ronaldxweber@gmail.com>2025-03-27 21:16:22 +0100
committerHenrik Tjäder <henrik@tjaders.com>2025-03-27 20:51:38 +0000
commit7fd35e0152193ae44b75561508ca3ce7c35e056f (patch)
tree75ec9a7effb4ae783652e8b86131cbe749c102f1 /examples/esp32c3/Cargo.toml
parentcb7d053b788235eeda7cd76a2a0864d384fcd580 (diff)
examples/esp32c3: Update esp-hal to 1.0.0-beta.0
Diffstat (limited to 'examples/esp32c3/Cargo.toml')
-rw-r--r--examples/esp32c3/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/esp32c3/Cargo.toml b/examples/esp32c3/Cargo.toml
index 2f00ff8..88ff0af 100644
--- a/examples/esp32c3/Cargo.toml
+++ b/examples/esp32c3/Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
rtic = { path = "../../rtic/" }
rtic-monotonics = {path = "../../rtic-monotonics/"}
-esp-hal = { version = "0.23.1", features = ["esp32c3"] }
+esp-hal = { version = "1.0.0-beta.0", features = ["esp32c3", "unstable"] }
esp-backtrace = { version = "0.15.0", features = [
"esp32c3",
"panic-handler",