Skip to content

Commit 3795a46

Browse files
authored
Bump atat to 0.24 (#94)
1 parent fee4175 commit 3795a46

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Cargo.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "ublox_short_range"
1515
doctest = false
1616

1717
[dependencies]
18-
atat = { version = "0.23", features = ["derive", "bytes"] }
18+
atat = { version = "0.24", features = ["derive", "bytes"] }
1919

2020
heapless = { version = "^0.8", features = ["serde"] }
2121
serde = { version = "^1", default-features = false, features = ["derive"] }
@@ -78,8 +78,3 @@ nina-b3xx = []
7878
members = []
7979
default-members = ["."]
8080
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

Comments
 (0)