aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-23 20:15:06 +0200
committerGitHub <noreply@github.com>2024-10-23 18:15:06 +0000
commit00baf531808ae29873c5ff6ad528f21430ac2d0c (patch)
tree326d49f76b6973a859d228372ee9f1dc273520f2
parent1f6b6a42e5d581300dc3f72ebe489ea1380fe0ef (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--rtic-monotonics/Cargo.toml2
-rw-r--r--rtic/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index 56f319f..3cfe516 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 adaa056..0cc6a07 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 }