diff options
author | 2023-12-18 16:49:44 +0000 | |
---|---|---|
committer | 2023-12-18 16:49:44 +0000 | |
commit | e41e15b8ef25a141b25cb8b58d8c6eeabd7afd2b (patch) | |
tree | baf7f92a6526bd32398bdefe1c8992952d3cfd41 | |
parent | e53624c26396019849e10374eacaf416b11c4e5a (diff) | |
download | rtic-e41e15b8ef25a141b25cb8b58d8c6eeabd7afd2b.tar.gz rtic-e41e15b8ef25a141b25cb8b58d8c6eeabd7afd2b.tar.zst rtic-e41e15b8ef25a141b25cb8b58d8c6eeabd7afd2b.zip |
Update esp32c3 requirement from 0.17.0 to 0.20.0dependabot/cargo/esp32c3-0.20.0
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] <support@github.com>
-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" |