Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
[dropme] test deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Sep 29, 2022
1 parent 2b7d0dc commit 9738e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
[dependencies]
anyhow = "1.0"
ostree-ext = { path = "../lib" }
clap = "3.2"
clap = { version = "3.2", features = ["deprecated"] }
libc = "0.2.92"
tokio = { version = "1", features = ["macros"] }
log = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bitflags = "1"
camino = "1.0.4"
chrono = "0.4.19"
cjson = "0.1.1"
clap = { version= "3.2", features = ["derive"] }
clap = { version= "3.2", features = ["deprecated", "derive"] }
cap-std-ext = "0.26"
cap-tempfile = "0.25"
flate2 = { features = ["zlib"], default_features = false, version = "1.0.20" }
Expand Down

0 comments on commit 9738e7a

Please sign in to comment.