diff --git a/Cargo.lock b/Cargo.lock index aee5c5fa..421bbb2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2124,7 +2124,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openpgp-dsm" -version = "1.5.0" +version = "1.6.0" dependencies = [ "anyhow", "bindgen 0.57.0", diff --git a/openpgp-dsm/Cargo.toml b/openpgp-dsm/Cargo.toml index cd29c1e4..adc053b9 100644 --- a/openpgp-dsm/Cargo.toml +++ b/openpgp-dsm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openpgp-dsm" -version = "1.5.0" +version = "1.6.0" authors = ["zugzwang "] edition = "2018"