diff options
Diffstat (limited to 'examples/esp32c6/Cargo.toml')
| -rw-r--r-- | examples/esp32c6/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/esp32c6/Cargo.toml b/examples/esp32c6/Cargo.toml index 3e92817..a9275d7 100644 --- a/examples/esp32c6/Cargo.toml +++ b/examples/esp32c6/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 = ["esp32c6"] } +esp-hal = { version = "1.0.0-beta.0", features = ["esp32c6", "unstable"] } esp-backtrace = { version = "0.15.1", features = [ "esp32c6", "panic-handler", @@ -17,7 +17,7 @@ esp-backtrace = { version = "0.15.1", features = [ "println", ] } -esp32c6 = {version = "0.18.0", features = ["critical-section"]} +esp32c6 = {version = "0.19.0", features = ["critical-section"]} esp-println = { version = "0.13.1", features = ["esp32c6", "auto"] } [features] |
