Skip to content

Commit ad09bea

Browse files
committed
Use online dependency for embassy-at-cmux
1 parent dc3ca79 commit ad09bea

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Cargo.toml

+10-7
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ embedded-hal = "1.0.0"
3636
embedded-nal = "0.8"
3737
embedded-nal-async = { version = "0.7" }
3838

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 }
4140
embassy-net-ppp = { version = "0.1", optional = true }
4241
embassy-net = { version = "0.4", features = [
4342
"proto-ipv4",
@@ -143,14 +142,18 @@ exclude = ["examples"]
143142
#ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", branch = "feature/async-borrowed-sockets" }
144143
no-std-net = { git = "https://github.com/rushmorem/no-std-net", branch = "issue-15" }
145144
#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" }
151151

152152
#embassy-time = { path = "../embassy/embassy-time" }
153153
#embassy-sync = { path = "../embassy/embassy-sync" }
154154
#embassy-futures = { path = "../embassy/embassy-futures" }
155155
atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "a466836" }
156156
# atat = { path = "../atat/atat" }
157+
158+
# [patch."https://github.com/MathiasKoch/embassy"]
159+
# embassy-at-cmux = { path = "../embassy/embassy-at-cmux" }

0 commit comments

Comments
 (0)