Skip to content

Commit

Permalink
Bump atat dependency to 0.19 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch authored Aug 29, 2023
1 parent cfa89ef commit b1ff942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ documentation = "https://docs.rs/ublox-sockets"
serde = { version = "^1", default-features = false, features = ["derive"] }
heapless = { version = "^0.7", features = ["serde"] }
no-std-net = { version = "^0.5", features = ["serde"] }
atat = { version = "0.18", features = ["derive"] }
atat = { version = "0.19", features = ["derive"] }
hash32 = "0.2.1"
hash32-derive = "^0.1.0"
embassy-time = "0.1"
Expand Down

0 comments on commit b1ff942

Please sign in to comment.