mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 20:41:53 +03:00
chore: Bump Rust version to 1.79 (#12987)
This is blocked on a release of new Docker image for 1.79 (https://github.com/docker-library/official-images/pull/16981) Release Notes: - N/A
This commit is contained in:
parent
6181ac6bad
commit
407188f816
@ -1,6 +1,6 @@
|
|||||||
# syntax = docker/dockerfile:1.2
|
# syntax = docker/dockerfile:1.2
|
||||||
|
|
||||||
FROM rust:1.78-bookworm as builder
|
FROM rust:1.79-bookworm as builder
|
||||||
WORKDIR app
|
WORKDIR app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.78"
|
channel = "1.79"
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
components = [ "rustfmt", "clippy" ]
|
components = [ "rustfmt", "clippy" ]
|
||||||
targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "wasm32-wasi" ]
|
targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "wasm32-wasi" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user