Update toes-matter and bump to 0.1.12

This commit is contained in:
Pat Nakajima 2026-05-19 16:06:49 -07:00
parent 3db6b55106
commit 0405dd3afe
3 changed files with 5 additions and 6 deletions

8
Cargo.lock generated
View File

@ -1942,7 +1942,7 @@ dependencies = [
[[package]]
name = "rs-matter"
version = "0.1.1"
source = "git+https://git.fishmt.net/nakajima/rs-matter?branch=bluez-ios-reconnect#1e8f07ed07f542a65a162aaa7c6f25028742c378"
source = "git+https://git.fishmt.net/nakajima/rs-matter?branch=bluez-ios-reconnect#7fc40f1c6d6d4b6882a2fdd374e6525434ce84c1"
dependencies = [
"aes",
"async-channel",
@ -2004,7 +2004,7 @@ dependencies = [
[[package]]
name = "rs-matter-codegen"
version = "0.1.0"
source = "git+https://git.fishmt.net/nakajima/rs-matter?branch=bluez-ios-reconnect#1e8f07ed07f542a65a162aaa7c6f25028742c378"
source = "git+https://git.fishmt.net/nakajima/rs-matter?branch=bluez-ios-reconnect#7fc40f1c6d6d4b6882a2fdd374e6525434ce84c1"
dependencies = [
"convert_case",
"miette",
@ -2023,7 +2023,7 @@ dependencies = [
[[package]]
name = "rs-matter-macros"
version = "0.1.0"
source = "git+https://git.fishmt.net/nakajima/rs-matter?branch=bluez-ios-reconnect#1e8f07ed07f542a65a162aaa7c6f25028742c378"
source = "git+https://git.fishmt.net/nakajima/rs-matter?branch=bluez-ios-reconnect#7fc40f1c6d6d4b6882a2fdd374e6525434ce84c1"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@ -2394,7 +2394,7 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
[[package]]
name = "toes-matter"
version = "0.1.11"
version = "0.1.12"
dependencies = [
"async-io",
"embassy-futures",

View File

@ -1,6 +1,6 @@
[package]
name = "toes-matter"
version = "0.1.11"
version = "0.1.12"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"

View File

@ -360,7 +360,6 @@ where
dm.open_basic_comm_window(MAX_COMM_WINDOW_TIMEOUT_SECS)?;
let btp = Btp::new();
btp.set_relaxed_mtu_nego(true);
let udp = async_io::Async::<UdpSocket>::bind(MATTER_SOCKET_BIND_ADDR)?;
let mut mdns_responder = ZeroconfMdnsResponder::new();