diff --git a/Cargo.toml b/Cargo.toml
index 5b8054c..f2d83fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,6 @@ include = [
 
 [features]
 default = ["nb"]
-nb = ["dep:nb"]
 nightly = ["async"]
 async = ["dep:embedded-hal-async"]