From 8a04348e6ee7348288bb143fd873aa9911678fc6 Mon Sep 17 00:00:00 2001 From: Pat Nakajima Date: Sun, 17 May 2026 20:54:20 -0700 Subject: [PATCH] bump --- .gitignore | 3 +++ Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf6578b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.vscode +/target +/Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index 3ec84e1..2693ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toes-matter" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" @@ -19,7 +19,7 @@ env_logger = "0.11" futures-lite = "2" log = "0.4" rand = { version = "0.8", features = ["std", "std_rng"] } -rs-matter = { path = "../../rs-matter/rs-matter", default-features = false, features = [ +rs-matter = { git = "https://git.fishmt.net/nakajima/rs-matter", branch = "bluez-ios-reconnect", default-features = false, features = [ "log", "os", "rustcrypto",