aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-17 19:10:09 +0000
committerHenrik Tjäder <henrik@tjaders.com>2025-09-17 19:48:59 +0000
commit4a72eddc8f3a138b60a9d0ea4115502fc732b0c9 (patch)
tree9b3d787230205bcc2f4fe94d6ffedacbca5f620b /rtic-monotonics/Cargo.toml
parent64690fe57f1102a270d3fd2eee94abcec624a864 (diff)
chore(deps): update riscv requirement from 0.14.0 to 0.15.0
Updates the requirements on [riscv](https://github.com/rust-embedded/riscv) to permit the latest version. - [Release notes](https://github.com/rust-embedded/riscv/releases) - [Commits](https://github.com/rust-embedded/riscv/compare/v0.14.0...riscv-v0.15.0) --- updated-dependencies: - dependency-name: riscv dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@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 fcbc012..8a8c222 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -69,7 +69,7 @@ imxrt-ral = { version = "0.6.1", optional = true }
esp32c3 = {version = "0.30.0", optional = true }
esp32c6 = {version = "0.21.0", optional = true }
-riscv = {version = "0.14.0", optional = true }
+riscv = {version = "0.15.0", optional = true }
[build-dependencies]
proc-macro2 = { version = "1.0.36", optional = true }