Skip to content

Commit 21d35ec

Browse files
authored
Upgrade dependencies, rust and base images (#686)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent 470308f commit 21d35ec

7 files changed

Lines changed: 1056 additions & 386 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Rust
1616
uses: dtolnay/rust-toolchain@master
1717
with:
18-
toolchain: 1.90.0
18+
toolchain: 1.92.0
1919
components: clippy, rustfmt
2020
- name: Run clippy
2121
run: cargo clippy --all-targets --all-features -- --deny warnings
@@ -30,6 +30,6 @@ jobs:
3030
- name: Setup Rust
3131
uses: dtolnay/rust-toolchain@master
3232
with:
33-
toolchain: 1.90.0
33+
toolchain: 1.92.0
3434
- name: Run backend tests
3535
run: cargo test

0 commit comments

Comments
 (0)