Skip to content

Commit

Permalink
Bumps DMI crate version (dmi output size reduction) (also rustfmt) (#3)
Browse files Browse the repository at this point in the history
* bumps dmi version to 0.3.1

* rustfmt

* clippy sacrifice (my old code)

* nightly rustfmt

* clippy pass

* ci nightly

---------

Co-authored-by: actioninja <actioninja@criticalaction.net>
  • Loading branch information
LemonInTheDark and actioninja committed Nov 26, 2023
1 parent e287fe7 commit c479f5d
Show file tree
Hide file tree
Showing 11 changed files with 247 additions and 386 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- run: cargo fmt --all -- --check
- run: cargo +nightly fmt --all -- --check


clippy:
Expand Down
Loading

0 comments on commit c479f5d

Please sign in to comment.