Skip to content

Commit

Permalink
Bump atat dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Dec 4, 2023
1 parent 2a49849 commit d088126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ members = [ "ublox-short-range" ]


[patch.crates-io]
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "c5caaf7" }
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "31a45fc" }
4 changes: 2 additions & 2 deletions ublox-short-range/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.0", features = ["derive", "defmt", "bytes"] }
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "c5caaf7", features = ["derive", "defmt", "bytes"] }
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "31a45fc", features = ["derive", "defmt", "bytes"] }
heapless = { version = "^0.7", features = ["serde", "defmt-impl"] }
no-std-net = { version = "^0.5", features = ["serde"] }
serde = { version = "^1", default-features = false, features = ["derive"] }
Expand All @@ -28,7 +28,7 @@ hash32-derive = "^0.1.0"

defmt = { version = "0.3" }
embedded-hal = "=1.0.0-rc.1"
embedded-io = "0.5"
embedded-io = "0.6"
embedded-nal = "0.6.0"

embassy-time = "0.1"
Expand Down

0 comments on commit d088126

Please sign in to comment.