Skip to content

Commit

Permalink
enable defmt for nb and bump embedded-io,ublox-sockets,atat
Browse files Browse the repository at this point in the history
  • Loading branch information
tarfu committed Oct 9, 2023
1 parent cd491fe commit 25a13e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 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 = "c5caaf7", features = [
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "31a45fc", features = [
"derive",
"bytes",
] }
Expand All @@ -28,9 +28,9 @@ heapless = { version = "^0.7", features = ["serde"] }
nb = "^1"
serde = { version = "^1", default-features = false, features = ["derive"] }
# ublox-sockets = "0.5.0"
ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", rev = "8fcb102" }
ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", rev = "0bc0dc1" }
embassy-time = "0.1"
embedded-io = "0.5"
embedded-io = "0.6.0"

# Enable `serde` feature of `no-std-net`
no-std-net = { version = "^0.5", features = ["serde"] }
Expand All @@ -49,6 +49,7 @@ defmt-impl = [
"ublox-sockets/defmt",
"atat/defmt",
"heapless/defmt-impl",
"nb/defmt-0-3"
]
# Use `log-impl` to enable log based logging
log-impl = ["log", "ublox-sockets/log", "atat/log"]
Expand Down

0 comments on commit 25a13e5

Please sign in to comment.