riscv: 更新sbi-rt至0.0.3版本 (#512)

先前使用git仓库链接的最新更新已发布至crates.io网站

Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
This commit is contained in:
Luo Jia / Zhouqi Jiang 2024-02-10 23:20:50 +08:00 committed by GitHub
parent 4ad52e57e6
commit d90848514b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ x86_64 = "0.14.10"
# target为riscv64时使用下面的依赖
[target.'cfg(target_arch = "riscv64")'.dependencies]
riscv = { version = "0.11.0", features = [ "s-mode" ] }
sbi-rt = { git = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/rustsbi.git", rev = "80478bc417", features = ["legacy"] }
sbi-rt = { version = "0.0.3", features = ["legacy"] }
# 构建时依赖项