We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7755080 commit b131fd6Copy full SHA for b131fd6
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install stable toolchain
32
uses: actions-rust-lang/setup-rust-toolchain@v1
33
with:
34
- toolchain: 1.80.0
+ toolchain: 1.82.0
35
components: clippy, rustfmt
36
37
- name: Install sqlx-cli
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.80 AS base
+FROM rust:1.82 AS base
2
3
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
4
0 commit comments