From 78a30180164b4b39f70af30d92cda6dd7b40d4f1 Mon Sep 17 00:00:00 2001 From: Kenneth Knudsen Date: Thu, 31 Aug 2023 15:02:44 +0200 Subject: [PATCH] atat-bump --- 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 88955fc..c2de841 100644 --- a/ublox-cellular/Cargo.toml +++ b/ublox-cellular/Cargo.toml @@ -16,7 +16,7 @@ doctest = false [dependencies] # atat = { version = "0.18", features = ["derive", "bytes"] } -atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "70283be", features = ["derive", "defmt", "bytes"] } +atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "4244682", features = ["derive", "defmt", "bytes"] } embedded-hal = "=1.0.0-alpha.11" embedded-nal = "0.6" fugit = { version = "0.3" }