diff --git a/Cargo.toml b/Cargo.toml index 6ba0aec..a7503d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ defmt = { version = "0.3", optional = true } embedded-hal-async = "1.0.0" [features] -default = ["defmt"] +default = [] defmt = ["dep:defmt"]