diff options
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", |
