Skip to content

Commit

Permalink
Use the cargo way of renaming dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Feb 2, 2024
1 parent 78d8a67 commit d36df04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bytesize = "1.3.0"
cfg-if = "1.0.0"
clap = { version = "4.4.18", features = ["derive", "wrap_help"] }
clap-num = "1.1.1"
clap-verbosity-flag2 = "2.1.1"
clap-verbosity-flag = { package = "clap-verbosity-flag2", version = "2.1.1" }
error-stack = "0.4.1"
io-adapters = "0.3.0"
itoa = "1.0.10"
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use std::{
use clap::{builder::ArgPredicate, ArgAction, Args, Parser, ValueHint};
use clap_num::si_number;
use clap_verbosity_flag::Verbosity;
use clap_verbosity_flag2 as clap_verbosity_flag;
use error_stack::ResultExt;
use ftzz::{Generator, NumFilesWithRatio, NumFilesWithRatioError};
use io_adapters::WriteExtension;
Expand Down

0 comments on commit d36df04

Please sign in to comment.