Skip to content

Commit

Permalink
Merge pull request #1949 from ljedrz/update_clap_features
Browse files Browse the repository at this point in the history
Adjust clap features
  • Loading branch information
howardwu authored Aug 31, 2023
2 parents adfbd6d + c650197 commit b9d521c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ categories = [
include = [ "Cargo.toml", "vm", "README.md", "LICENSE.md" ]
license = "Apache-2.0"
edition = "2021"
rust-version = "1.66"
rust-version = "1.70"

[workspace]
members = [
Expand Down Expand Up @@ -204,7 +204,7 @@ optional = true

[dependencies.clap]
version = "4.4"
features = [ "derive", "color", "unstable-styles" ]
features = [ "derive", "color" ]
optional = true

[dependencies.colored]
Expand Down

0 comments on commit b9d521c

Please sign in to comment.