Skip to content

Commit a2582dc

Browse files
authored
fix(prover): fix clap deprecated warnings (#1632)
1 parent 0a1868c commit a2582dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prover/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use tokio::runtime;
1717
use utils::get_prover_type;
1818

1919
#[derive(Parser, Debug)]
20-
#[clap(disable_version_flag = true)]
20+
#[command(disable_version_flag = true)]
2121
struct Args {
2222
/// Path of config file
2323
#[arg(long = "config", default_value = "conf/config.json")]

0 commit comments

Comments
 (0)