From a14f2a78a3be935ff681fa0eacb0d04ca7b24d82 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 14 Jan 2023 01:32:58 +0100 Subject: [PATCH] Set display name to cargo This fixes a CI failure of the check_version_exists test. See also https://github.com/clap-rs/clap/pull/3693 --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index cf88072..d19f723 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -42,6 +42,7 @@ pub fn run, W: Write>(args :I, config :&mut Con #[derive(Parser, Debug)] #[command( about, + name = "cargo", bin_name = "cargo", )] enum Opt {