Skip to content

Commit

Permalink
Bump embassy-net-ppp to newly released crates.io version (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch authored Jan 13, 2025
1 parent b6843ce commit 5b07720
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ atat = { version = "0.23", features = ["derive", "bytes"] }

heapless = { version = "^0.8", features = ["serde"] }
serde = { version = "^1", default-features = false, features = ["derive"] }
# ublox-sockets = { version = "0.5", optional = true }
ublox-sockets = { git = "https://github.com/FactbirdHQ/ublox-sockets", rev = "0b0d186", optional = true }
portable-atomic = "1.6"

Expand All @@ -36,7 +35,7 @@ futures-util = { version = "0.3.29", default-features = false }

embedded-io-async = "0.6"

embassy-net-ppp = { version = "0.1", optional = true }
embassy-net-ppp = { version = "0.2", optional = true }
embassy-net = { version = "0.6", features = [
"proto-ipv4",
"medium-ip",
Expand Down Expand Up @@ -83,14 +82,4 @@ exclude = ["examples"]

[patch.crates-io]
atat = { git = "https://github.com/FactbirdHQ/atat", rev = "c31f700" }
# atat = { path = "../atat/atat" }

# embassy-futures = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" }
# embassy-time = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" }
# embassy-time-driver = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" }
# embassy-time-queue-driver = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" }
# embassy-net = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" }
# embassy-net-driver = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" }
# embassy-net-driver-channel = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" }
embassy-net-ppp = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" }
# embassy-sync = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" }
# atat = { path = "../atat/atat" }

0 comments on commit 5b07720

Please sign in to comment.