Skip to content

Commit

Permalink
Update esp32c3 requirement from 0.17.0 to 0.18.0
Browse files Browse the repository at this point in the history
Updates the requirements on [esp32c3](https://github.com/esp-rs/esp-pacs) to permit the latest version.
- [Commits](https://github.com/esp-rs/esp-pacs/commits)

---
updated-dependencies:
- dependency-name: esp32c3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 52aa56e commit fb9523b
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 @@ -31,7 +31,7 @@ features = ["rtic-macros/test-template"]
name = "rtic"

[dependencies]
esp32c3 = { version = "0.17.0", optional = true}
esp32c3 = { version = "0.18.0", optional = true}
riscv = {version = "0.10.1", optional = true}
cortex-m = { version = "0.7.0", optional = true }
bare-metal = "1.0.0"
Expand Down

0 comments on commit fb9523b

Please sign in to comment.