From d7c1d470240e0a5a6585492a61965eb713790b79 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Wed, 11 Sep 2024 07:07:46 +0000 Subject: [PATCH] Update to the published edge-net --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 104b051..107d688 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,9 +21,9 @@ rust-version = "1.78" [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" } [profile.release] @@ -54,8 +54,8 @@ embedded-svc = { version = "0.28", default-features = false } rs-matter = { version = "0.1", default-features = false, features = ["rustcrypto"] } async-io = { version = "=2.0.0", default-features = false } # Workaround for https://github.com/smol-rs/async-lock/issues/84 rs-matter-stack = { git = "https://github.com/ivmarkov/rs-matter-stack", default-features = false, features = ["std"], optional = true } -edge-nal = "0.2" -edge-nal-std = { version = "0.2", default-features = false, optional = true } +edge-nal = "0.3" +edge-nal-std = { version = "0.3", default-features = false, optional = true } [build-dependencies] embuild = "0.32"