Skip to content

Commit

Permalink
Merge pull request #42 from cspr-rad/feature/enable-clap-deprecated-w…
Browse files Browse the repository at this point in the history
…arnings

Enable `clap` feature for reporting deprecation.
  • Loading branch information
koxu1996 authored Mar 19, 2024
2 parents a1b08ae + 1ac5988 commit dc4b1bb
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 dc4b1bb

Please sign in to comment.