build: Remove io_uring feature flag

This has been part of the default features for a long time and is widely
tested.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-12-17 11:18:10 +00:00
committed by Sebastien Boeuf
parent 4a47cdcebd
commit 7bb828ecf2
5 changed files with 1 additions and 12 deletions

View File

@@ -6,7 +6,6 @@ edition = "2018"
[features]
default = []
io_uring = ["block_util/io_uring"]
mshv = []
[dependencies]