Skip to content

Commit

Permalink
Fix clap_lex version
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Dec 4, 2024
1 parent bf95a4e commit 3b5fe82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.1
- Explicitly set the minimum supported Rust version to 1.67

### Changed

Expand Down
5 changes: 3 additions & 2 deletions Cargo.lock

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

4 changes: 3 additions & 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.1"
rust-version = "1.67"
edition = "2018"

[[bin]]
Expand All @@ -21,7 +21,9 @@ lto = true
codegen-units = 1

[dependencies]
# both clap and clap_lax are set for current MSRV
clap = { version = "=4.3", features = ["cargo", "wrap_help"] }
clap_lex = "=0.5.0"
enumflags2 = "0.7"
thiserror = "2"

Expand Down

0 comments on commit 3b5fe82

Please sign in to comment.