Skip to content

Commit

Permalink
clap 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Dec 4, 2024
1 parent 5dd740e commit bf95a4e
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 29 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Explicitly set the minimum supported Rust version to 1.67
- Explicitly set the minimum supported Rust version to 1.67.1

### Changed

Expand Down
101 changes: 76 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
repository = "https://github.com/light-curve/light-curve-dmdt"
authors = ["Konstantin Malanchev <hombit@gmail.com>"]
license = "MIT"
rust-version = "1.67"
rust-version = "1.67.1"
edition = "2018"

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Options:
save dmdt map as a PNG file.
[possible values: lgdt, max]
-h, --help
Print help information (use `-h` for a summary)
Print help (see a summary with '-h')
-V, --version
Print version information
Print version
```

</details>
Expand Down

0 comments on commit bf95a4e

Please sign in to comment.