Skip to content

Commit

Permalink
Upgrade base images and backend dependencies (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Dec 21, 2023
1 parent 000b565 commit d80fba1
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 189 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 d80fba1

Please sign in to comment.