mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
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>
This commit is contained in:
parent
1f6b6a42e5
commit
00baf53180
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ imxrt-ral = { version = "0.5.3", optional = true }
|
||||||
|
|
||||||
|
|
||||||
esp32c3 = {version = "0.25.0", 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]
|
[build-dependencies]
|
||||||
|
|
|
@ -27,7 +27,7 @@ name = "rtic"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
riscv-slic = { version = "0.1.1", optional = true }
|
riscv-slic = { version = "0.1.1", optional = true }
|
||||||
esp32c3 = { version = "0.25.0", optional = true }
|
esp32c3 = { version = "0.25.0", optional = true }
|
||||||
riscv = { version = "0.11.0", optional = true }
|
riscv = { version = "0.12.1", optional = true }
|
||||||
cortex-m = { version = "0.7.0", optional = true }
|
cortex-m = { version = "0.7.0", optional = true }
|
||||||
bare-metal = "1.0.0"
|
bare-metal = "1.0.0"
|
||||||
portable-atomic = { version = "1", default-features = false }
|
portable-atomic = { version = "1", default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue