Skip to content

Commit eb00136

Browse files
committed
build: update sbi-testing
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent 6d2b12f commit eb00136

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

Cargo.lock

Lines changed: 7 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-kernel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ publish = false
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
sbi-testing = { git = "https://github.com/rustsbi/sbi-testing", rev = "37b9a3c", features = [
11+
sbi-testing = { git = "https://github.com/rustsbi/sbi-testing", rev = "3b0089", features = [
1212
"log",
1313
] }
14-
log = "0.4.17"
14+
log = "0.4"
1515
riscv = "0.10.1"
1616
spin = "0.9"
1717
uart16550 = "0.0.1"

0 commit comments

Comments
 (0)