From 16b2ad922cee01faba7e9d9e1478acfe27d0fa3f Mon Sep 17 00:00:00 2001 From: Kenneth Knudsen Date: Tue, 5 Sep 2023 12:53:51 +0200 Subject: [PATCH] cargo alpha 11 fix --- ublox-cellular/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }