aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
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 /rtic-monotonics/Cargo.toml
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>
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
-rw-r--r--rtic-monotonics/Cargo.toml2
1 files changed, 1 insertions, 1 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]