diff --git a/Cargo.toml b/Cargo.toml index df0cef5..27adde0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ name = "ublox_cellular" doctest = false [dependencies] -atat = { version = "0.20.0", features = ["derive", "defmt", "bytes"] } +atat = { version = "0.20.0", features = ["derive", "bytes"] } embedded-hal = "=1.0.0-rc.1" embedded-nal = "0.7" hash32 = "^0.2.1"