nvmed: enable async feature

This commit is contained in:
Jeremy Soller
2023-07-17 19:51:53 -06:00
parent 07c3297134
commit 5256a9af47
+1 -1
View File
@@ -19,5 +19,5 @@ block-io-wrapper = { path = "../block-io-wrapper" }
pcid = { path = "../pcid" }
[features]
default = []
default = ["async"]
async = []