Skip to content

Commit

Permalink
Update esp32c3 requirement from 0.22.0 to 0.23.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 Jun 26, 2024
1 parent 624f643 commit 2f21d80
Showing 1 changed file with 1 addition and 1 deletion.
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.22.0", optional = true }
esp32c3 = { version = "0.23.0", optional = true }
riscv = { version = "0.11.0", optional = true }
cortex-m = { version = "0.7.0", optional = true }
bare-metal = "1.0.0"
Expand Down

0 comments on commit 2f21d80

Please sign in to comment.