Commit Graph

3 Commits

Author SHA1 Message Date
dependabot[bot]
02efc3b094
Update clap requirement from 3.1.18 to 4.0.15 (#13)
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.0...v4.0.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 18:29:42 +02:00
Hubert
233d03ea75
use Results and not unwraps (#10)
* use `Result`s and not unwraps

* fix test assertion
2022-10-04 16:14:07 +02:00
Hubert
25ca3f4be6
use workspaces to reduce dependencies (#7)
* use workspaces to reduce dependencies

* bump version
2022-06-26 12:13:12 +02:00