Skip to content

Commit

Permalink
Update riscv requirement from 0.11.0 to 0.12.1
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: riscv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 1f6b6a4 commit e3150b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rtic-monotonics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ imxrt-ral = { version = "0.5.3", 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]
Expand Down
2 changes: 1 addition & 1 deletion rtic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ name = "rtic"
[dependencies]
riscv-slic = { version = "0.1.1", 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 }
bare-metal = "1.0.0"
portable-atomic = { version = "1", default-features = false }
Expand Down

0 comments on commit e3150b7

Please sign in to comment.