Skip to content

Commit df7b3ab

Browse files
authored
Upgrade backend dependencies and bump rust version (#271)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent c1f4714 commit df7b3ab

File tree

3 files changed

+117
-116
lines changed

3 files changed

+117
-116
lines changed

.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.81.0
18+
toolchain: 1.82.0
1919
components: clippy, rustfmt
2020
- name: Run clippy
2121
run: cargo clippy --all-targets --all-features -- --deny warnings
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Rust
3131
uses: dtolnay/rust-toolchain@master
3232
with:
33-
toolchain: 1.81.0
33+
toolchain: 1.82.0
3434
- name: Run backend tests
3535
run: cargo test
3636

0 commit comments

Comments
 (0)