mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-05 16:50:31 +08:00
fix: 锁定 virtio-drivers 版本,更新工具链
Signed-off-by: YdrMaster <ydrml@hotmail.com>
This commit is contained in:
@@ -14,9 +14,9 @@ log = "0.4"
|
||||
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
|
||||
lock_api = "=0.4.6"
|
||||
xmas-elf = "0.7.0"
|
||||
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers" }
|
||||
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers", rev = "93f821c" }
|
||||
easy-fs = { path = "../easy-fs" }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
opt-level = 0
|
||||
opt-level = 0
|
||||
|
||||
Reference in New Issue
Block a user