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",