Skip to content

Releases: BenJeau/cargo-interactive-update

0.6.2

15 Feb 18:46

Choose a tag to compare

What's Changed

  • fix: limit concurrency, display better curl errors, ignore dependencies from "." member by @BenJeau in #19

Full Changelog: 0.6.1...0.6.2

0.6.1

15 Feb 16:39

Choose a tag to compare

What's Changed

  • fix: only look one level for workspace Cargo.toml dependencies, fixes #17 by @BenJeau in #18

Full Changelog: 0.6.0...0.6.1

0.6.0

15 Feb 16:21

Choose a tag to compare

What's Changed

  • bug fixes & updates by @PoOnesNerfect in #8
    • fetch current terminals dark/light theme
    • use queue instead of execute to avoid flushing multiple times
    • only re-render changed lines to avoid flashing screen
    • support hjkl navigation
    • left/right/tab/backtab now jumps sections
    • parses Cargo.toml version 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.lock file to see if the versions are satisfied there as well

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

18 Jan 02:58

Choose a tag to compare

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