Remove 'async' Cargo feature from nvmed.

This commit is contained in:
4lDO2
2025-03-07 11:18:11 +01:00
parent ab549721e9
commit 6b0d4da2a2
+1 -2
View File
@@ -21,5 +21,4 @@ partitionlib = { path = "../partitionlib" }
pcid = { path = "../../pcid" }
[features]
default = ["async"]
async = []
default = []