@@ -36,8 +36,7 @@ embedded-hal = "1.0.0"
36
36
embedded-nal = " 0.8"
37
37
embedded-nal-async = { version = " 0.7" }
38
38
39
- # embassy-at-cmux = { git = "https://github.com/MathiasKoch/embassy", rev = "5fa7b8f4a", optional = true }
40
- embassy-at-cmux = { path = " ../embassy/embassy-at-cmux" }
39
+ embassy-at-cmux = { git = " https://github.com/MathiasKoch/embassy" , rev = " e9ce1e2" , optional = true }
41
40
embassy-net-ppp = { version = " 0.1" , optional = true }
42
41
embassy-net = { version = " 0.4" , features = [
43
42
" proto-ipv4" ,
@@ -143,14 +142,18 @@ exclude = ["examples"]
143
142
# ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", branch = "feature/async-borrowed-sockets" }
144
143
no-std-net = { git = " https://github.com/rushmorem/no-std-net" , branch = " issue-15" }
145
144
# ublox-sockets = { path = "../ublox-sockets" }
146
- embassy-time = { git = " https://github.com/MathiasKoch/embassy" , rev = " 5fa7b8f4a" }
147
- embassy-sync = { git = " https://github.com/MathiasKoch/embassy" , rev = " 5fa7b8f4a" }
148
- embassy-futures = { git = " https://github.com/MathiasKoch/embassy" , rev = " 5fa7b8f4a" }
149
- embassy-net-ppp = { git = " https://github.com/MathiasKoch/embassy" , rev = " 5fa7b8f4a" }
150
- embassy-net = { git = " https://github.com/MathiasKoch/embassy" , rev = " 5fa7b8f4a" }
145
+
146
+ embassy-time = { git = " https://github.com/MathiasKoch/embassy" , rev = " e9ce1e2" }
147
+ embassy-sync = { git = " https://github.com/MathiasKoch/embassy" , rev = " e9ce1e2" }
148
+ embassy-futures = { git = " https://github.com/MathiasKoch/embassy" , rev = " e9ce1e2" }
149
+ embassy-net-ppp = { git = " https://github.com/MathiasKoch/embassy" , rev = " e9ce1e2" }
150
+ embassy-net = { git = " https://github.com/MathiasKoch/embassy" , rev = " e9ce1e2" }
151
151
152
152
# embassy-time = { path = "../embassy/embassy-time" }
153
153
# embassy-sync = { path = "../embassy/embassy-sync" }
154
154
# embassy-futures = { path = "../embassy/embassy-futures" }
155
155
atat = { git = " https://github.com/BlackbirdHQ/atat" , rev = " a466836" }
156
156
# atat = { path = "../atat/atat" }
157
+
158
+ # [patch."https://github.com/MathiasKoch/embassy"]
159
+ # embassy-at-cmux = { path = "../embassy/embassy-at-cmux" }
0 commit comments