Skip to content

Commit

Permalink
Use latest atat git rev
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Aug 30, 2023
1 parent 07665cc commit d4217fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ members = [
]

[patch.crates-io]
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "bbe146d" }
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "c5caaf7" }
# ublox-sockets = { path = "../ublox-sockets" }
2 changes: 1 addition & 1 deletion ublox-cellular/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false

[dependencies]
# atat = { version = "0.18", features = ["derive", "bytes"] }
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "bbe146d", features = ["derive", "defmt", "bytes"] }
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "c5caaf7", features = ["derive", "defmt", "bytes"] }
embedded-hal = "=1.0.0-rc.1"
embedded-nal = "0.6"
hash32 = "^0.2.1"
Expand Down

0 comments on commit d4217fe

Please sign in to comment.