aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-12-18 16:49:44 +0000
committerGravatar GitHub <noreply@github.com> 2023-12-18 16:49:44 +0000
commite41e15b8ef25a141b25cb8b58d8c6eeabd7afd2b (patch)
treebaf7f92a6526bd32398bdefe1c8992952d3cfd41
parente53624c26396019849e10374eacaf416b11c4e5a (diff)
downloadrtic-dependabot/cargo/esp32c3-0.20.0.tar.gz
rtic-dependabot/cargo/esp32c3-0.20.0.tar.zst
rtic-dependabot/cargo/esp32c3-0.20.0.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.toml2
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"