Releases: BenJeau/cargo-interactive-update
Releases · BenJeau/cargo-interactive-update
0.6.2
0.6.1
0.6.0
What's Changed
- bug fixes & updates by @PoOnesNerfect in #8
- fetch current terminals dark/light theme
- use
queueinstead ofexecuteto avoid flushing multiple times - only re-render changed lines to avoid flashing screen
- support
hjklnavigation left/right/tab/backtabnow jumps sections- parses
Cargo.tomlversion field as a version requirement, not just a version (it was failing to parse like "=1.0.0") - API fetches crate by package name, since the name is not always the package name
- verifies within the
Cargo.lockfile to see if the versions are satisfied there as well
New Contributors
- @PoOnesNerfect made their first contribution in #8
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- ci: improve GitHub workflow by @BenJeau in #9
- feat: update dependencies of workspaces' Cargo.toml by @BenJeau in #11
Now cargo interative-update supports updating dependencies of workspaces' Cargo.toml! If you see any errors, please feel free to open a new issue.
Full Changelog: 0.4.2...0.5.0