Skip to content

Commit 4a72edd

Browse files
dependabot[bot]AfoHT
authored andcommitted
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](rust-embedded/riscv@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] <[email protected]>
1 parent 64690fe commit 4a72edd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rtic-monotonics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ imxrt-ral = { version = "0.6.1", optional = true }
6969

7070
esp32c3 = {version = "0.30.0", optional = true }
7171
esp32c6 = {version = "0.21.0", optional = true }
72-
riscv = {version = "0.14.0", optional = true }
72+
riscv = {version = "0.15.0", optional = true }
7373

7474
[build-dependencies]
7575
proc-macro2 = { version = "1.0.36", optional = true }

rtic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ name = "rtic"
2828
riscv-slic = { version = "0.2.0", optional = true }
2929
esp32c3 = { version = "0.30.0", optional = true }
3030
esp32c6 = { version = "0.21.0", optional = true }
31-
riscv = { version = "0.14.0", optional = true }
31+
riscv = { version = "0.15.0", optional = true }
3232
cortex-m = { version = "0.7.0", optional = true }
3333
bare-metal = "1.0.0"
3434
portable-atomic = { version = "1", default-features = false }

0 commit comments

Comments
 (0)