Skip to content

Commit

Permalink
Merge pull request #37 from zeenix/zbus-4
Browse files Browse the repository at this point in the history
👽️ Port to zbus 4 API
  • Loading branch information
zeenix authored Feb 11, 2024
2 parents 7c6343f + ece49d9 commit 08df8e5
Show file tree
Hide file tree
Showing 17 changed files with 870 additions and 899 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
env:
RUST_LOG: "trace"
RUST_BACKTRACE: "full"
RUSTFLAGS: -D warnings
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -64,4 +65,4 @@ jobs:
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Check common mistakes
run: cargo clippy --all -- -D warnings
run: cargo clippy --tests --all -- -D warnings
Loading

0 comments on commit 08df8e5

Please sign in to comment.