mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: fix cargo test -p block
`RawBackend::IoUring` is only available when `io_uring` feature is defined. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -325,6 +325,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"bitflags 2.11.1",
|
||||
"byteorder",
|
||||
"cfg-if",
|
||||
"crc-any",
|
||||
"flate2",
|
||||
"io-uring",
|
||||
|
||||
Reference in New Issue
Block a user