Skip to content

Commit 09f1b68

Browse files
committed
Explicitly set author to fix deprecation warnings
1 parent 072802b commit 09f1b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub fn app() -> App<'static, 'static> {
7272

7373
App::new(clap::crate_name!())
7474
.version(clap::crate_version!())
75-
.author(clap::crate_authors!("\n"))
75+
.author("Maximilian Luz <[email protected]>")
7676
.about("Control various aspects of Microsoft Surface devices")
7777
.setting(AppSettings::SubcommandRequiredElseHelp)
7878
.global_settings(&settings)

0 commit comments

Comments
 (0)