Skip to content

Commit

Permalink
minor changes to logs + dependencies (#15)
Browse files Browse the repository at this point in the history
* remove default features, maybe compile time improve

* minor logging improvements/tweaks

* clippy

* some cargo updates
  • Loading branch information
dadleyy committed Sep 8, 2022
1 parent 25c8f91 commit de5dfcd
Show file tree
Hide file tree
Showing 14 changed files with 115 additions and 317 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: build
- name: "install clippy"
run: rustup component add clippy
- name: "build"
run: cargo build
- name: test
- name: "clippy"
run: cargo clippy
- name: "test"
run: cargo test

build-pio:
Expand Down
Loading

0 comments on commit de5dfcd

Please sign in to comment.