diff --git a/ublox-cellular/Cargo.toml b/ublox-cellular/Cargo.toml index d202223..88955fc 100644 --- a/ublox-cellular/Cargo.toml +++ b/ublox-cellular/Cargo.toml @@ -17,7 +17,7 @@ doctest = false [dependencies] # atat = { version = "0.18", features = ["derive", "bytes"] } atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "70283be", features = ["derive", "defmt", "bytes"] } -embedded-hal = "=1.0.0-rc.1" +embedded-hal = "=1.0.0-alpha.11" embedded-nal = "0.6" fugit = { version = "0.3" } fugit-timer = { version = "0.1.3" }