From 6b0d4da2a205e8ab3f25a32c8866dcbce1f8473d Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Fri, 7 Mar 2025 11:18:11 +0100 Subject: [PATCH] Remove 'async' Cargo feature from nvmed. --- storage/nvmed/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/nvmed/Cargo.toml b/storage/nvmed/Cargo.toml index e3f36e9832..948f30a970 100644 --- a/storage/nvmed/Cargo.toml +++ b/storage/nvmed/Cargo.toml @@ -21,5 +21,4 @@ partitionlib = { path = "../partitionlib" } pcid = { path = "../../pcid" } [features] -default = ["async"] -async = [] +default = []