-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Switch to Clap v4 * chore: Changelog update
- Loading branch information
1 parent
0013792
commit 32d7f0f
Showing
19 changed files
with
224 additions
and
172 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,14 +1,14 @@ | ||
[package] | ||
name = "fit2csv" | ||
version = "0.4.1" | ||
version = "0.5.0" | ||
description = "Parses .FIT files to .JSON and .CSV" | ||
license = "Apache-2.0" | ||
authors = ["evensolberg <[email protected]>"] | ||
edition = "2021" | ||
include = ["src/**/*", "README.md"] | ||
|
||
[dependencies] | ||
clap = { version = "3.1.12", features = ["cargo", "color"] } | ||
clap = { version = "4.1.9", features = ["cargo", "wrap_help", "env"] } | ||
env_logger = "0.10.0" | ||
log = "0.4.16" | ||
|
||
|
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
Oops, something went wrong.