Skip to content

Commit

Permalink
Update esp32c3 requirement from 0.26.0 to 0.27.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: esp32c3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 1a8b5f2 commit fb69c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rtic-monotonics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ stm32-metapac = { version = "15.0.0", optional = true }
imxrt-ral = { version = "0.5.3", optional = true }


esp32c3 = {version = "0.26.0", optional = true }
esp32c3 = {version = "0.27.0", optional = true }
riscv = {version = "0.12.1", optional = true }


Expand Down
2 changes: 1 addition & 1 deletion rtic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name = "rtic"

[dependencies]
riscv-slic = { version = "0.1.1", optional = true }
esp32c3 = { version = "0.26.0", optional = true }
esp32c3 = { version = "0.27.0", optional = true }
riscv = { version = "0.12.1", optional = true }
cortex-m = { version = "0.7.0", optional = true }
bare-metal = "1.0.0"
Expand Down

0 comments on commit fb69c9f

Please sign in to comment.