Skip to content

Commit c6b262f

Browse files
committed
Lock virtio-drivers version at 4ee80e5
1 parent 53289a6 commit c6b262f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buddy_system_allocator = "0.6"
1313
bitflags = "1.2.1"
1414
xmas-elf = "0.7.0"
1515
volatile = "0.3"
16-
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers" }
16+
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers", rev = "4ee80e5" }
1717
k210-pac = { git = "https://github.com/wyfcyx/k210-pac" }
1818
k210-hal = { git = "https://github.com/wyfcyx/k210-hal" }
1919
k210-soc = { git = "https://github.com/wyfcyx/k210-soc" }

0 commit comments

Comments
 (0)