Skip to content

Commit

Permalink
Revert-bump-atat-and-sockets (#76)
Browse files Browse the repository at this point in the history
* Revert "Bump atat dependency (#73)"

This reverts commit 94e0078.

* Revert "Bump ublox-sockets version (#72)"

This reverts commit 2a49849.
  • Loading branch information
KennethKnudsen97 authored Dec 6, 2023
1 parent 1d82e75 commit ccffd32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "31a45fc" }
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "c5caaf7" }
6 changes: 3 additions & 3 deletions ublox-short-range/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ doctest = false

[dependencies]
# atat = { version = "0.18.0", features = ["derive", "defmt", "bytes"] }
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "31a45fc", features = ["derive", "defmt", "bytes"] }
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "c5caaf7", 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"] }
# ublox-sockets = { version = "0.5", features = ["defmt"] }
ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", rev = "0bc0dc1", features = ["defmt"] }
ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", rev = "b1ff942", features = ["defmt"] }

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

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

embassy-time = "0.1"
Expand Down

0 comments on commit ccffd32

Please sign in to comment.