Skip to content

Commit

Permalink
Update to the published edge-net
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Sep 11, 2024
1 parent cbeb9cb commit fe05211
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ rust-version = "1.77"
[patch.crates-io]
rs-matter = { git = "https://github.com/ivmarkov/rs-matter", branch = "wifi" }
#rs-matter = { path = "../rs-matter/rs-matter" }
edge-nal = { git = "https://github.com/ivmarkov/edge-net" }
#edge-nal = { git = "https://github.com/ivmarkov/edge-net" }
#edge-nal = { path = "../edge-net/edge-nal" }
edge-nal-std = { git = "https://github.com/ivmarkov/edge-net" }
#edge-nal-std = { git = "https://github.com/ivmarkov/edge-net" }
#edge-nal-std = { path = "../edge-net/edge-nal-std" }
edge-mdns = { git = "https://github.com/ivmarkov/edge-net" }
#edge-mdns = { git = "https://github.com/ivmarkov/edge-net" }
#edge-mdns = { path = "../edge-net/edge-mdns" }

[features]
Expand All @@ -40,9 +40,9 @@ embassy-sync = "0.6"
embassy-time = "0.3"
embedded-svc = { version = "0.28", default-features = false }
rs-matter = { version = "0.1", default-features = false }
edge-nal = "0.2"
edge-nal-std = { version = "0.2", optional = true }
edge-mdns = { version = "0.2", optional = true }
edge-nal = "0.3"
edge-nal-std = { version = "0.3", optional = true }
edge-mdns = { version = "0.3", optional = true }

[target.'cfg(all(unix, not(target_os = "espidf")))'.dependencies]
nix = { version = "0.27", features = ["net"], optional = true }
Expand Down

0 comments on commit fe05211

Please sign in to comment.