Skip to content

Commit

Permalink
build(deps): Update riscv requirement from 0.10 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [riscv](https://github.com/rust-embedded/riscv) to permit the latest version.
- [Commits](https://github.com/rust-embedded/riscv/commits)

---
updated-dependencies:
- dependency-name: riscv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 2ca9b75 commit 21126dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/micro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default-features = false
aarch64 = { version = "0.0.10", default-features = false }

[target.'cfg(target_arch = "riscv64")'.dependencies]
riscv = "0.10"
riscv = "0.11"

[target.'cfg(target_os = "linux")'.dependencies]
syscalls = { version = "0.6", default-features = false }
Expand Down

0 comments on commit 21126dd

Please sign in to comment.