| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.41 to 1.0.44.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.41...1.0.44)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\ \
| | |
| | | |
Bump flexi_logger from 0.18.0 to 0.19.5
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [flexi_logger](https://github.com/emabee/flexi_logger) from 0.18.0 to 0.19.5.
- [Release notes](https://github.com/emabee/flexi_logger/releases)
- [Changelog](https://github.com/emabee/flexi_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emabee/flexi_logger/commits)
---
updated-dependencies:
- dependency-name: flexi_logger
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\ \
| | |
| | | |
Bump serde from 1.0.126 to 1.0.130
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.126 to 1.0.130.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.126...v1.0.130)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\ \
| |/
|/| |
Bump slotmap from 1.0.5 to 1.0.6
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [slotmap](https://github.com/orlp/slotmap) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/orlp/slotmap/releases)
- [Changelog](https://github.com/orlp/slotmap/blob/master/RELEASES.md)
- [Commits](https://github.com/orlp/slotmap/compare/v1.0.5...v1.0.6)
---
updated-dependencies:
- dependency-name: slotmap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Allow calling install and uninstall without any specified path.
If no path is specified then every file/directory will be
installed/uninstalled.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixed infinite loop if an archive file didnt exist.
|
| | |
|
| | |
|
| |
|
|
|
| |
Added Clone, PartialEq and Eq to ArchiveLink.
Added Clone to Archive.
|
| |
|
|
|
| |
If there is an error while creating the links after reading from file
then a warning is printed and that link is ignored.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
If the depot file is not specified and is not found in the current
directory then it will be searched trough the parent directories until a
depot file is found.
|
| | |
|
| | |
|
| |
|
|
|
| |
Change the documentation/help text of subcommmands and added colored
output to the help text.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Inserting a new link with a new link with an with an origin that already
exists will replace the old link with that same origin.
|
| | |
|
| |
|