From 559a58d7371c849d038ed452cefb92618e46b871 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:21:34 +0200 Subject: [PATCH] Revert "chore: bump MSRV to 1.70" (#2577) Reverts zed-industries/zed#2573 --- .github/workflows/ci.yml | 1 - Dockerfile | 2 +- rust-toolchain.toml | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 215f7ba165..f1c16b2d4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,6 @@ jobs: - name: Install Rust run: | rustup set profile minimal - rustup component add rustfmt rustup update stable - name: Checkout repo diff --git a/Dockerfile b/Dockerfile index 2a78d37cbb..d3170696c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.2 -FROM rust:1.70-bullseye as builder +FROM rust:1.65-bullseye as builder WORKDIR app COPY . . diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index f400973ca7..0000000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "1.70"