We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a9c71 commit 276efefCopy full SHA for 276efef
test-app/Cargo.toml
@@ -12,7 +12,7 @@ s-mode = ["fast-trap/riscv-s"]
12
13
[dependencies]
14
r0 = "1"
15
-riscv = "0.9.0"
+riscv = "0.10.1"
16
uart_16550 = "0.2"
17
rcore-console = "0.0.0"
18
sifive-test-device = "0.0.0"
xtask/Cargo.toml
@@ -6,6 +6,6 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
9
-clap = { version = "4.0", features = ["derive"] }
+clap = { version = "4.1", features = ["derive"] }
10
os-xtask-utils = "0.0.0"
11
-once_cell = "1.16"
+once_cell = "1.17"
0 commit comments