This release brings a host of bug fixes and changes to supac!
- We now have
--no-confirm, which can be used for automated installs.- Alongside this, we also have prompts for manual confirmation when the
package manager gives none.
- Alongside this, we also have prompts for manual confirmation when the
- Cargo backend had a long due cleanup with the introduction of binstall
installer. Code quality has been improved significantly, and now it should
have far lesser bugs in general because of that.- Binstall installer in cargo backend had a host of issues, from not
identifying packages correctly to not removing unneeded packages.
- Binstall installer in cargo backend had a host of issues, from not
- All modules should now produce better and more coherent errors.
- Rustup toolchain handling had a bug where the toolchain was not actually
installed. This has been fixed. - The commands module was inherited from metapac and a lot of it has been
reworked. It should now be significantly easier to use the API internally in
some of the edge cases.