Skip to content

Commit

Permalink
Bump ublox-sockets version (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch authored Dec 4, 2023
1 parent 7f09a6a commit 2a49849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ublox-short-range/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ heapless = { version = "^0.7", features = ["serde", "defmt-impl"] }
no-std-net = { version = "^0.5", features = ["serde"] }
serde = { version = "^1", default-features = false, features = ["derive"] }
# ublox-sockets = { version = "0.5", features = ["defmt"] }
ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", rev = "b1ff942", features = ["defmt"] }
ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", rev = "0bc0dc1", features = ["defmt"] }

hash32 = "^0.2.1"
hash32-derive = "^0.1.0"
Expand Down

0 comments on commit 2a49849

Please sign in to comment.