mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Update esp32c3 requirement from 0.25.0 to 0.26.0
--- updated-dependencies: - dependency-name: esp32c3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d251ba7173
commit
5c2f5db11a
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ stm32-metapac = { version = "15.0.0", optional = true }
|
|||
imxrt-ral = { version = "0.5.3", optional = true }
|
||||
|
||||
|
||||
esp32c3 = {version = "0.25.0", optional = true }
|
||||
esp32c3 = {version = "0.26.0", optional = true }
|
||||
riscv = {version = "0.12.1", optional = true }
|
||||
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ name = "rtic"
|
|||
|
||||
[dependencies]
|
||||
riscv-slic = { version = "0.1.1", optional = true }
|
||||
esp32c3 = { version = "0.25.0", optional = true }
|
||||
esp32c3 = { version = "0.26.0", optional = true }
|
||||
riscv = { version = "0.12.1", optional = true }
|
||||
cortex-m = { version = "0.7.0", optional = true }
|
||||
bare-metal = "1.0.0"
|
||||
|
|
Loading…
Reference in a new issue