.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
Piotr Osiewicz created
Reverts zed-industries/zed#2573
.github/workflows/ci.yml | 1 -
Dockerfile | 2 +-
rust-toolchain.toml | 2 --
3 files changed, 1 insertion(+), 4 deletions(-)
@@ -26,7 +26,6 @@ jobs:
- name: Install Rust
run: |
rustup set profile minimal
- rustup component add rustfmt
rustup update stable
- name: Checkout repo
@@ -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 . .
@@ -1,2 +0,0 @@
-[toolchain]
-channel = "1.70"