Skip to content

Commit

Permalink
Update to embedded-hal-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Apr 17, 2023
1 parent 6de6319 commit 55a57a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ublox-cellular/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-alpha.9"
embedded-hal = "=1.0.0-alpha.10"
embedded-nal = "0.6"
fugit = { version = "0.3" }
fugit-timer = { version = "0.1.3" }
Expand Down
2 changes: 1 addition & 1 deletion ublox-cellular/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use crate::{
};
use atat::{atat_derive::AtatLen, blocking::AtatClient};
use fugit::{ExtU32, MinutesDurationU32, SecsDurationU32};
use fugit_timer::Timer;
use hash32_derive::Hash32;
use serde::{Deserialize, Serialize};

Expand Down Expand Up @@ -542,6 +541,7 @@ mod tests {
test_helpers::{MockAtClient, MockTimer},
};
use fugit::{MillisDurationU32, TimerInstantU32};
use fugit_timer::Timer;

const TIMER_HZ: u32 = 1000;

Expand Down

0 comments on commit 55a57a3

Please sign in to comment.