Shared libraries
Shared libraries
Posted Dec 1, 2025 9:59 UTC (Mon) by taladar (subscriber, #68407)In reply to: Shared libraries by intelfx
Parent article: APT Rust requirement raises questions
That is the way it works in C/C++ when they vendor dependencies because the tooling to upgrade sucks but e.g. on Rust, when upgrading dependencies is as simple as running cargo upgrade and cargo update and then fixing the minor compile issues 99% of the time (i.e. every time some dependency didn't completely revamp their API which is very rare) keeping up with dependency versions is incredibly easy.
