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 18, 2024
1 parent 39c887f commit 27313d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benches/alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "../../hermit"
default-features = false

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

[features]
default = ["pci", "acpi"]
Expand Down
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 27313d4

Please sign in to comment.