Skip to content

Commit b131fd6

Browse files
committed
bump rust version to 1.82
1 parent 7755080 commit b131fd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install stable toolchain
3232
uses: actions-rust-lang/setup-rust-toolchain@v1
3333
with:
34-
toolchain: 1.80.0
34+
toolchain: 1.82.0
3535
components: clippy, rustfmt
3636

3737
- name: Install sqlx-cli

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.80 AS base
1+
FROM rust:1.82 AS base
22

33
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
44

0 commit comments

Comments
 (0)