Skip to content

Commit

Permalink
Dependabot fixes and Dependency Updates (#135)
Browse files Browse the repository at this point in the history
* Use toml based rust-toolchain file

so dependabot can pick it up.

* Update dependencies

* Avoid toolchain action

as it doesnt support new rust-toolchain.toml format yet
  • Loading branch information
mfelsche committed Sep 16, 2023
1 parent b5d72a2 commit 33c9440
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 429 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cargo-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
components: rustfmt, clippy
- name: setup rust toolchain
run: rustup show
- name: install rust toolchain components
run: rustup component add rustfmt clippy
- name: Check formatting
run: cargo fmt --all -- --check
- name: Clippy
Expand Down
Loading

0 comments on commit 33c9440

Please sign in to comment.