chore: bump MSRV to 1.70 (#2573)
Add rust-toolchain.toml Release Notes: - N/A
This commit is contained in:
@@ -26,6 +26,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
run: |
|
||||
rustup set profile minimal
|
||||
rustup component add rustfmt
|
||||
rustup update stable
|
||||
|
||||
- name: Checkout repo
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# syntax = docker/dockerfile:1.2
|
||||
|
||||
FROM rust:1.65-bullseye as builder
|
||||
FROM rust:1.70-bullseye as builder
|
||||
WORKDIR app
|
||||
COPY . .
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "1.70"
|
||||
Reference in New Issue
Block a user