Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build failing due rustc - clap_derive incompatibility #3

Open
vishvish opened this issue Mar 18, 2024 · 3 comments
Open

Docker build failing due rustc - clap_derive incompatibility #3

vishvish opened this issue Mar 18, 2024 · 3 comments

Comments

@vishvish
Copy link

package clap_derive v4.5.3 cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.72.1

Dockerfile currently specifying FROM rust:1.72-buster AS rust

Tag rust:1.76.0-buster was pushed five days ago, presumably 1.74 was before that as well.

Am tentatively building with 1.76, will report back finding in this ticket.

@vishvish
Copy link
Author

Goes smoothly, but may have repercussions elsewhere.

@vishvish
Copy link
Author

PR #4

@tmpfs
Copy link
Contributor

tmpfs commented Mar 18, 2024

Hey @vishvish , I think that's fine, never had problems updating stable and I tend to track latest stable anyhow, thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants