diff options
-rw-r--r-- | rtic/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index e2f8cd20..13360e9f 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -31,7 +31,7 @@ features = ["rtic-macros/test-template"] name = "rtic" [dependencies] -esp32c3 = { version = "0.17.0", optional = true} +esp32c3 = { version = "0.20.0", optional = true} riscv = {version = "0.10.1", optional = true} cortex-m = { version = "0.7.0", optional = true } bare-metal = "1.0.0" |