feat: v1.10.6, updates feature with-sequoia-openpgp
This commit is contained in:
@@ -119,7 +119,7 @@ fn inner_main() -> CommandError {
|
||||
Box::new(cmd_verifyfile::CommandImpl),
|
||||
];
|
||||
|
||||
let mut features = vec![];
|
||||
let mut features: Vec<&str> = vec![];
|
||||
#[cfg(feature = "with-sequoia-openpgp")]
|
||||
features.push("with-sequoia-openpgp");
|
||||
let about = format!(
|
||||
|
||||
Reference in New Issue
Block a user