chore: bump MSRV to 1.70 (#2573)
Add rust-toolchain.toml Release Notes: - N/A
This commit is contained in:
parent
572c59eec4
commit
c1c91dc2e3
3 changed files with 4 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: |
|
run: |
|
||||||
rustup set profile minimal
|
rustup set profile minimal
|
||||||
|
rustup component add rustfmt
|
||||||
rustup update stable
|
rustup update stable
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# syntax = docker/dockerfile:1.2
|
# syntax = docker/dockerfile:1.2
|
||||||
|
|
||||||
FROM rust:1.65-bullseye as builder
|
FROM rust:1.70-bullseye as builder
|
||||||
WORKDIR app
|
WORKDIR app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "1.70"
|
Loading…
Add table
Add a link
Reference in a new issue