Skip to content

Commit

Permalink
Upgrade base images and backend dependencies
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 Dec 11, 2023
1 parent 000b565 commit dfc333b
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 140 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: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.74.0
profile: minimal
components: clippy, rustfmt
override: true
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.74.0
profile: minimal
override: true
- name: Run backend tests
Expand Down
Loading

0 comments on commit dfc333b

Please sign in to comment.