Skip to content

Commit

Permalink
use ublox-sockets git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tarfu committed Jan 3, 2024
1 parent 1cde3b5 commit 2ee188a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ hash32 = "^0.3"
heapless = { version = "^0.8", features = ["serde"] }
nb = "^1"
serde = { version = "^1", default-features = false, features = ["derive"] }
ublox-sockets = { version = "0.5", optional = true }
#ublox-sockets = { version = "0.5", optional = true }
ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", branch = "feature/async-borrowed-sockets", optional = true }
embassy-time = "0.2"
embassy-sync = "0.5"

Expand Down

0 comments on commit 2ee188a

Please sign in to comment.