mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
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>
This commit is contained in:
parent
64690fe57f
commit
4a72eddc8f
2 changed files with 2 additions and 2 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ name = "rtic"
|
|||
riscv-slic = { version = "0.2.0", 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 }
|
||||
cortex-m = { version = "0.7.0", optional = true }
|
||||
bare-metal = "1.0.0"
|
||||
portable-atomic = { version = "1", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue