diff --git a/Cargo.toml b/Cargo.toml index b44eb81..ae5fd6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"