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:
Wei Liu
2026-05-09 00:21:23 +00:00
committed by Rob Bradford
parent f7ebb0bedd
commit f67d0569b4
3 changed files with 13 additions and 4 deletions

1
Cargo.lock generated
View File

@@ -325,6 +325,7 @@ version = "0.1.0"
dependencies = [
"bitflags 2.11.1",
"byteorder",
"cfg-if",
"crc-any",
"flate2",
"io-uring",