From 5256a9af471d28142cb0f32b9b352202f0aa2f11 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 17 Jul 2023 19:51:53 -0600 Subject: [PATCH] nvmed: enable async feature --- nvmed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvmed/Cargo.toml b/nvmed/Cargo.toml index f219f0100d..93bc5cf18f 100644 --- a/nvmed/Cargo.toml +++ b/nvmed/Cargo.toml @@ -19,5 +19,5 @@ block-io-wrapper = { path = "../block-io-wrapper" } pcid = { path = "../pcid" } [features] -default = [] +default = ["async"] async = []