From 3a1a6c39a30fb83805598ba90e19c18e5035522d Mon Sep 17 00:00:00 2001 From: Mathias Koch Date: Mon, 4 Dec 2023 12:50:52 +0100 Subject: [PATCH] Bump embedded-hal to rc.2 (#96) --- ublox-cellular/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ublox-cellular/Cargo.toml b/ublox-cellular/Cargo.toml index 7d794ce..ad2e68c 100644 --- a/ublox-cellular/Cargo.toml +++ b/ublox-cellular/Cargo.toml @@ -20,7 +20,7 @@ atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "31a45fc", features "derive", "bytes", ] } -embedded-hal = "=1.0.0-rc.1" +embedded-hal = "=1.0.0-rc.2" embedded-nal = "0.6" hash32 = "^0.2.1" hash32-derive = "^0.1.0" @@ -34,7 +34,7 @@ embedded-io = "0.6.0" # Enable `serde` feature of `no-std-net` no-std-net = { version = "^0.5", features = ["serde"] } - + log = { version = "^0.4", default-features = false, optional = true } defmt = { version = "^0.3", optional = true }