Skip to content

Commit

Permalink
Bump embedded-hal to rc.2 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Dec 4, 2023
1 parent dea8326 commit 3a1a6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ublox-cellular/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 }

Expand Down

0 comments on commit 3a1a6c3

Please sign in to comment.