Skip to content

Commit

Permalink
Chores (#207)
Browse files Browse the repository at this point in the history
* chores: be more consistent with dependencies version. Alway set major.minor

* chores: fix compiler warning

* chores: apply clippy tips

* chores: switch to rust edition 2021

* chores: cargo is now available on github actions

* chores: have cargo colors in github-actions

* chores: bump dependencies
  • Loading branch information
Tristramg authored Oct 17, 2024
1 parent f3f3aba commit 738d1b1
Show file tree
Hide file tree
Showing 14 changed files with 333 additions and 151 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Run test suite
on: push

env:
CARGO_TERM_COLOR: always

jobs:
test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- run: cargo fmt --all -- --check
- run: cargo clippy
- run: cargo build
Expand Down
Loading

0 comments on commit 738d1b1

Please sign in to comment.