Update rust 1.85 -> 1.86
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 5m24s
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 5m24s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.85 AS base
|
FROM rust:1.86 AS base
|
||||||
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
|
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
|
||||||
RUN cargo install cargo-chef --locked --version 0.1.71 && \
|
RUN cargo install cargo-chef --locked --version 0.1.71 && \
|
||||||
cargo install cargo-auditable --locked --version 0.6.6
|
cargo install cargo-auditable --locked --version 0.6.6
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.85"
|
channel = "1.86"
|
||||||
profile = "default"
|
profile = "default"
|
||||||
components = ["rust-analyzer"]
|
components = ["rust-analyzer"]
|
||||||
|
|||||||
Reference in New Issue
Block a user