Packaging Rust for Fedora
Packaging Rust for Fedora
Posted Oct 31, 2022 17:37 UTC (Mon) by smoogen (subscriber, #97)In reply to: Packaging Rust for Fedora by rjones
Parent article: Packaging Rust for Fedora
I agree that shared libraries are not great and having to deal with dependency hell has been a side effect of it. However static binaries have not been great either. They both have tradeoffs which tend to get overlooked. I guess in the end all software is crap..
Posted Nov 1, 2022 9:31 UTC (Tue)
by roc (subscriber, #30627)
[Link] (3 responses)
Posted Nov 1, 2022 13:10 UTC (Tue)
by pizza (subscriber, #46)
[Link] (2 responses)
Posted Nov 1, 2022 23:40 UTC (Tue)
by ssokolow (guest, #94568)
[Link] (1 responses)
Posted Nov 2, 2022 5:00 UTC (Wed)
by pabs (subscriber, #43278)
[Link]
Packaging Rust for Fedora
Packaging Rust for Fedora
Only crates.io admins can truly pull something from the site once it's published and they reserve that ability for things like legal compliance.
Packaging Rust for Fedora
cargo yank
keeps the package version available for download by any downstream package that has it in its Cargo.lock
file.
Packaging Rust for Fedora