AbnormalHumanBeing@lemmy.abnormalbeings.space to Rust@programming.dev · 1 year agoOxidise Your Command Line (2025 Edition)videos.abnormalbeings.spaceexternal-linkmessage-square7linkfedilinkarrow-up163arrow-down12
arrow-up161arrow-down1external-linkOxidise Your Command Line (2025 Edition)videos.abnormalbeings.spaceAbnormalHumanBeing@lemmy.abnormalbeings.space to Rust@programming.dev · 1 year agomessage-square7linkfedilink
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up4·1 year agoFor me it was all the yanked versions of ahash that prevented it from building
minus-square_hovi_@lemmy.worldlinkfedilinkarrow-up4·1 year agoDoes cargo install --locked rusty-man work?
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up4·1 year agoIt does with the environment variable mentioned elsewhere but it uses three yanked crates.
For me it was all the yanked versions of ahash that prevented it from building
Does
cargo install --locked rusty-manwork?It does with the environment variable mentioned elsewhere but it uses three yanked crates.