From fb9523b852c14164314db4a5f1776bdff07c5017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:33:04 +0000 Subject: [PATCH] Update esp32c3 requirement from 0.17.0 to 0.18.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] --- rtic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index 61ffdf7fabb2..28fee3d5183e 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.18.0", optional = true} riscv = {version = "0.10.1", optional = true} cortex-m = { version = "0.7.0", optional = true } bare-metal = "1.0.0"