diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dea3c22..3d3ca0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - features: ['std', 'os', 'zeroconf', 'async-io-mini'] + features: ['std', 'os', 'zeroconf'] steps: - name: Rust diff --git a/Cargo.toml b/Cargo.toml index 48110ef..182d8b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,6 @@ readme = "README.md" #documentation = "https://docs.esp-rs.org/rs-matter-stack/" rust-version = "1.77" -#[patch.'https://github.com/ivmarkov/async-io-mini'] -#async-io-mini = { path = "../async-io-mini" } - [patch.crates-io] embedded-svc = { git = "https://github.com/esp-rs/embedded-svc" } rs-matter = { git = "https://github.com/ivmarkov/rs-matter", branch = "wifi" } @@ -32,7 +29,6 @@ default = [] zeroconf = ["os", "rs-matter/zeroconf"] os = ["backtrace", "rs-matter/os", "embassy-time/std", "embassy-time/generic-queue"] backtrace = ["std", "rs-matter/backtrace"] -async-io-mini = ["std", "edge-nal-std/async-io-mini"] std = ["alloc", "rs-matter/std", "edge-nal-std/async-io"] alloc = ["embedded-svc/alloc"] diff --git a/clippy.toml b/clippy.toml index d9e18ec..247058f 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,4 +1,4 @@ future-size-threshold = 2048 -stack-size-threshold = 4096 +stack-size-threshold = 32768 pass-by-value-size-limit = 16 large-error-threshold = 64