Skip to content

Add support for Rust 1.88 in cargo-chef latest Docker image #310

Description

@mattiapitossi

Hi there,

I'm not able to run my rust 1.88 project with the following image:

lukemathwalker/cargo-chef:latest-rust-latest

Which fails with:

error: rustc 1.87.0 is not supported by the following packages:

I had to temporarily use the rust image as as workaround to make it work:

FROM rust:1 AS chef
RUN cargo install cargo-chef

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions