feat: v1.10.6, updates feature with-sequoia-openpgp

This commit is contained in:
2024-09-12 01:01:01 +08:00
parent 81149f6aa2
commit 0cfe26e238
3 changed files with 5 additions and 5 deletions

View File

@@ -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!(