tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Git dependencies in Rust



On Saturday, January 18th, 2025 at 10:21 PM, snow flurry <snow%datagirl.xyz@localhost> wrote:

> Hello,

Hi

> I'm trying to update security/vaultwarden from 1.32.5 to 1.32.7, which
> contains a security fix among other changes. Since 1.32.6 though, one of the
> dependency crates was patched to use a Git commit:

Except that, this is not possible right now ...
At least, not if you want to add the update to the main branch.
Because, 1.32.7 MSRV is 1.82

~> grep -r "rust-version" vaultwarden-1.32.7
vaultwarden-1.32.7/Cargo.toml:rust-version = "1.82.0"

I had a look at it yesterday :)

If you want to do it for your own use, sure.
Just follow what wiz@ told you.

Regards,
Pedro 



Home | Main Index | Thread Index | Old Index