1
1
[package ]
2
2
name = " ublox-short-range-rs"
3
3
version = " 0.1.1"
4
- authors = [" Mads Andresen <ma@blackbird.online> " ]
4
+ authors = [" The Factbird Team " ]
5
5
description = " Driver crate for u-blox short range devices, implementation follows 'UBX-14044127 - R40'"
6
6
readme = " ../README.md"
7
7
keywords = [" ublox" , " wifi" , " shortrange" , " bluetooth" ]
8
8
categories = [" embedded" , " no-std" ]
9
9
license = " MIT OR Apache-2.0"
10
- repository = " https://github.com/BlackbirdHQ /ublox-short-range-rs"
10
+ repository = " https://github.com/FactbirdHQ /ublox-short-range-rs"
11
11
edition = " 2021"
12
12
13
13
[lib ]
@@ -20,14 +20,14 @@ atat = { version = "0.23", features = ["derive", "bytes"] }
20
20
heapless = { version = " ^0.8" , features = [" serde" ] }
21
21
serde = { version = " ^1" , default-features = false , features = [" derive" ] }
22
22
# ublox-sockets = { version = "0.5", optional = true }
23
- ublox-sockets = { git = " https://github.com/BlackbirdHQ /ublox-sockets" , rev = " 9f7fe54 " , optional = true }
23
+ ublox-sockets = { git = " https://github.com/FactbirdHQ /ublox-sockets" , rev = " 0b0d186 " , optional = true }
24
24
portable-atomic = " 1.6"
25
25
26
26
log = { version = " ^0.4" , default-features = false , optional = true }
27
27
defmt = { version = " ^0.3" , optional = true }
28
28
29
29
embedded-hal = " 1.0"
30
- embassy-time = " 0.3 "
30
+ embassy-time = " 0.4 "
31
31
embassy-sync = " 0.6"
32
32
embassy-futures = " 0.1"
33
33
@@ -37,7 +37,7 @@ futures-util = { version = "0.3.29", default-features = false }
37
37
embedded-io-async = " 0.6"
38
38
39
39
embassy-net-ppp = { version = " 0.1" , optional = true }
40
- embassy-net = { version = " 0.4 " , features = [
40
+ embassy-net = { version = " 0.6 " , features = [
41
41
" proto-ipv4" ,
42
42
" medium-ip" ,
43
43
], optional = true }
@@ -82,15 +82,15 @@ exclude = ["examples"]
82
82
83
83
84
84
[patch .crates-io ]
85
- atat = { git = " https://github.com/BlackbirdHQ /atat" , rev = " a466836 " }
85
+ atat = { git = " https://github.com/FactbirdHQ /atat" , rev = " c31f700 " }
86
86
# atat = { path = "../atat/atat" }
87
87
88
- embassy-futures = { git = " https://github.com/embassy-rs/embassy" , rev = " 80cb2bc " }
89
- embassy-time = { git = " https://github.com/embassy-rs/embassy" , rev = " 80cb2bc " }
90
- embassy-time-driver = { git = " https://github.com/embassy-rs/embassy" , rev = " 80cb2bc " }
91
- embassy-time-queue-driver = { git = " https://github.com/embassy-rs/embassy" , rev = " 80cb2bc " }
92
- embassy-net = { git = " https://github.com/embassy-rs/embassy" , rev = " 80cb2bc " }
93
- embassy-net-driver = { git = " https://github.com/embassy-rs/embassy" , rev = " 80cb2bc " }
94
- embassy-net-driver-channel = { git = " https://github.com/embassy-rs/embassy" , rev = " 80cb2bc " }
95
- embassy-net-ppp = { git = " https://github.com/embassy-rs/embassy" , rev = " 80cb2bc " }
96
- embassy-sync = { git = " https://github.com/embassy-rs/embassy" , rev = " 80cb2bc " }
88
+ # embassy-futures = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6 " }
89
+ # embassy-time = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6 " }
90
+ # embassy-time-driver = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6 " }
91
+ # embassy-time-queue-driver = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6 " }
92
+ # embassy-net = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6 " }
93
+ # embassy-net-driver = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6 " }
94
+ # embassy-net-driver-channel = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6 " }
95
+ embassy-net-ppp = { git = " https://github.com/embassy-rs/embassy" , rev = " a991cd6 " }
96
+ # embassy-sync = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6 " }
0 commit comments