saveoursecrets / hashcheck

Tool for checking password hashes against the haveibeenpwned database
https://hashcheck.saveoursecrets.com
GNU General Public License v3.0
0 stars 0 forks source link

Docker build failing due rustc - clap_derive incompatibility #3

Open vishvish opened 3 months ago

vishvish commented 3 months ago

packageclap_derive v4.5.3cannot 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 commented 3 months ago

Goes smoothly, but may have repercussions elsewhere.

vishvish commented 3 months ago

PR #4

tmpfs commented 3 months ago

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