Skip to content

Commit

Permalink
Merge pull request #84 from demarches-simplifiees/bump
Browse files Browse the repository at this point in the history
bump it all
  • Loading branch information
LeSim authored Mar 2, 2023
2 parents 83962a0 + d83e640 commit ef6c69c
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 373 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.65.0
- uses: dtolnay/rust-toolchain@1.67.1
with: { components: rustfmt }

- run: cargo fmt --all -- --check
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.65.0
- uses: dtolnay/rust-toolchain@1.67.1
with: { components: clippy }

- name: Cache Dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.65.0
- uses: dtolnay/rust-toolchain@1.67.1

- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit ef6c69c

Please sign in to comment.