Skip to content

Commit

Permalink
Upgrade backend dependencies and bump rust version
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz committed Oct 24, 2024
1 parent c1f4714 commit cb76ea5
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 116 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.81.0
toolchain: 1.82.0
components: clippy, rustfmt
- name: Run clippy
run: cargo clippy --all-targets --all-features -- --deny warnings
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.81.0
toolchain: 1.82.0
- name: Run backend tests
run: cargo test

Expand Down
Loading

0 comments on commit cb76ea5

Please sign in to comment.