Drop crypto-backend information from the manual pages.

- The interface should be independent of the backend, even if
    capabilities vary slightly.
This commit is contained in:
Justus Winter 2024-01-11 12:02:25 +01:00
parent 4fbab2777b
commit e28e4dd829
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -79,7 +79,11 @@ impl Builder {
date: None,
source: None,
manual: None,
version: cmd.get_version().map(|v| v.to_string()),
version: Some(format!(
"{} (sequoia-openpgp {})",
env!("CARGO_PKG_VERSION"),
sequoia_openpgp::VERSION,
)),
}
}