Skip to content

Commit 22b446b

Browse files
authored
Merge pull request rustsbi#57 from YdrMaster/main
build: update sbi-testing
2 parents c20f241 + e98a832 commit 22b446b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1818
- Update rustsbi to version 0.4.0-alpha.1
1919
- Update sbi-spec to version 0.0.7
2020
- Update sbi-rt to version 0.0.3
21-
- Update sbi-testing to version 0.0.1
21+
- Update sbi-testing to version 0.0.3-alpha.2
2222
- Use crate *fast-trap* version 0.0.1 in rustsbi-qemu for trap handling
2323
- Use crate *rcore-console* version 0.0.0 in rustsbi-qemu and test-kernel for `print!` and `println!`
2424
- Use crate *aclint* version 0.0.0 in rustsbi-qemu for aclint structs

Cargo.lock

Lines changed: 5 additions & 3 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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ 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 = "3b0089", features = [
12-
"log",
13-
] }
11+
sbi-testing = { version = "0.0.3-alpha.2", features = ["log"] }
1412
log = "0.4"
1513
riscv = "0.10.1"
1614
spin = "0.9"

0 commit comments

Comments
 (0)