-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update dependencies of workspaces' Cargo.toml (#11)
* feat: extract workspace members and dependencies * feat: pass relative path to fetch deps from Cargo.toml file * feat: actually use relative path and start propagating workspace_members deps * feat: keep single array of deps * refactor: make the dependency part a bit more generic and save package name for the root Cargo.toml * fix: address lint and properly calculate total number of deps * feat: calculate max length of package_name * fix: specify relative start to fetch the initial Cargo.toml * feat: display package_names of crates if workspace is present * fix: selection bug due to data not being sorted anymore * feat: rework how the toml is saved and passed around + properly save to cargo files * chore: write some tests * chore: start of e2e tests * feat: create some more realistic tests * fix: failing tests and run new tests * chore: install cli tool for newer tests * feat: make the e2e tests verify more fields
- Loading branch information
Showing
19 changed files
with
1,049 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/target | ||
**/target |
Oops, something went wrong.