Skip to content

Commit 54c2c18

Browse files
Update riscv requirement from 0.10.1 to 0.11.0 (#885)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f74f38a commit 54c2c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name = "rtic"
3232

3333
[dependencies]
3434
esp32c3 = { version = "0.20.0", optional = true}
35-
riscv = {version = "0.10.1", optional = true}
35+
riscv = {version = "0.11.0", optional = true}
3636
cortex-m = { version = "0.7.0", optional = true }
3737
bare-metal = "1.0.0"
3838
#portable-atomic = { version = "0.3.19" }

0 commit comments

Comments
 (0)