|
@@ -9,7 +9,7 @@ edition = "2018"
|
|
|
[dependencies]
|
|
|
log = "0.4"
|
|
|
riscv = "0.6"
|
|
|
-opensbi-rt = { git = "https://github.com/rcore-os/opensbi-rt.git", rev = "1308cc5" }
|
|
|
+opensbi-rt = { git = "https://github.com/rcore-os/opensbi-rt.git", rev = "abdfeb72" }
|
|
|
fdt = "0.1.4"
|
|
|
virtio-drivers = { path = "../.." }
|
|
|
lazy_static = { version = "1.4", features = ["spin_no_std"] }
|