diff options
| author | Ronald Weber <ronaldxweber@gmail.com> | 2025-03-27 21:16:22 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-03-27 20:51:38 +0000 |
| commit | 7fd35e0152193ae44b75561508ca3ce7c35e056f (patch) | |
| tree | 75ec9a7effb4ae783652e8b86131cbe749c102f1 /examples/esp32c3/Cargo.toml | |
| parent | cb7d053b788235eeda7cd76a2a0864d384fcd580 (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.toml | 2 |
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", |
