We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee4175 commit 3795a46Copy full SHA for 3795a46
Cargo.toml
@@ -15,7 +15,7 @@ name = "ublox_short_range"
15
doctest = false
16
17
[dependencies]
18
-atat = { version = "0.23", features = ["derive", "bytes"] }
+atat = { version = "0.24", features = ["derive", "bytes"] }
19
20
heapless = { version = "^0.8", features = ["serde"] }
21
serde = { version = "^1", default-features = false, features = ["derive"] }
@@ -78,8 +78,3 @@ nina-b3xx = []
78
members = []
79
default-members = ["."]
80
exclude = ["examples"]
81
-
82
83
-[patch.crates-io]
84
-atat = { git = "https://github.com/FactbirdHQ/atat", rev = "c31f700" }
85
-# atat = { path = "../atat/atat" }
0 commit comments