Revert "chore: bump MSRV to 1.70" (#2577)

Piotr Osiewicz created

Reverts zed-industries/zed#2573

Change summary

.github/workflows/ci.yml | 1 -
Dockerfile               | 2 +-
rust-toolchain.toml      | 2 --
3 files changed, 1 insertion(+), 4 deletions(-)

Detailed changes

.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

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 . .