bump
This commit is contained in:
parent
4aa7c08d4d
commit
8a04348e6e
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/.vscode
|
||||
/target
|
||||
/Cargo.lock
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user