Skip to content

Commit 104428a

Browse files
committed
build: update
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent 52de34a commit 104428a

File tree

4 files changed

+95
-74
lines changed

4 files changed

+95
-74
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2222
- Use crate *aclint* version 0.0.0 in rustsbi-qemu for aclint structs
2323
- Use crate *os-xtask-utils* version 0.0.0 in xtask builder
2424
- Use crate *sifive-test-device* version 0.0.0 instead of qemu-exit
25-
- Use crate *uart16550* version 0.0.0 for 16550 definition
25+
- Use crate *uart16550* version 0.0.1 for 16550 definition
2626
- Use `wfi` for suspend and stop without enable mie
2727

2828
### Fixed

Cargo.lock

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

rustsbi-qemu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rcore-console = "0.0.0"
2727
aclint = "0.0.0"
2828
sifive-test-device = "0.0.0"
2929
dtb-walker = "=0.2.0-alpha.3"
30-
uart16550 = "0.0.0"
30+
uart16550 = "0.0.1"
3131

3232
hsm-cell = { path = "../hsm-cell" }
3333
fast-trap = { version = "=0.0.1", features = ["riscv-m"] }

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ publish = false
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
clap = { version = "4.1", features = ["derive"] }
12+
clap = { version = "4.2", features = ["derive"] }
1313
os-xtask-utils = "0.0.0"
1414
once_cell = "1.17"

0 commit comments

Comments
 (0)