From 00baf531808ae29873c5ff6ad528f21430ac2d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:15:06 +0200 Subject: [PATCH] Update riscv requirement from 0.11.0 to 0.12.1 (#982) --- updated-dependencies: - dependency-name: riscv dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rtic-monotonics/Cargo.toml | 2 +- rtic/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 56f319f879..3cfe5161d6 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -68,7 +68,7 @@ imxrt-ral = { version = "0.5.3", optional = true } esp32c3 = {version = "0.25.0", optional = true } -riscv = {version = "0.11.1", optional = true } +riscv = {version = "0.12.1", optional = true } [build-dependencies] diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index adaa056ecd..0cc6a076e1 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -27,7 +27,7 @@ name = "rtic" [dependencies] riscv-slic = { version = "0.1.1", optional = true } esp32c3 = { version = "0.25.0", optional = true } -riscv = { version = "0.11.0", optional = true } +riscv = { version = "0.12.1", optional = true } cortex-m = { version = "0.7.0", optional = true } bare-metal = "1.0.0" portable-atomic = { version = "1", default-features = false }