diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-18 20:00:24 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-06-18 20:08:50 +0000 |
| commit | dadce95929a75c4390841156b8482271f8a113fc (patch) | |
| tree | 076aa6f407850f1b9481a309f701a7c880bf7b6d /rtic-monotonics/Cargo.toml | |
| parent | cfed2924cebab19636a60eabc5e2389ad0a90382 (diff) | |
chore(deps): update riscv requirement from 0.13.0 to 0.14.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.13.0...v0.14.0)
---
updated-dependencies:
- dependency-name: riscv
dependency-version: 0.14.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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index a78efe1..19b941a 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.29.0", optional = true } esp32c6 = {version = "0.19.0", optional = true } -riscv = {version = "0.13.0", optional = true } +riscv = {version = "0.14.0", optional = true } [build-dependencies] proc-macro2 = { version = "1.0.36", optional = true } |
