Skip to content

Commit

Permalink
Enable clap feature for warning about deprecations.
Browse files Browse the repository at this point in the history
This would catch issues like #37.
  • Loading branch information
koxu1996 committed Mar 19, 2024
1 parent a1b08ae commit 1ac5988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kairos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"

[dependencies]
casper-types = { version = "4.0.1", features = ["std"] } # TODO: Change `std` -> `std-fs-io` in the future version.
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.5", features = ["derive", "deprecated"] }
hex = "0.4"
thiserror = "1"

Expand Down

0 comments on commit 1ac5988

Please sign in to comment.