From 13c4004fc0b00310e1c0ce62fcb7adbae07fb1ac Mon Sep 17 00:00:00 2001 From: zugzwang Date: Mon, 29 Aug 2022 13:12:25 +0200 Subject: [PATCH] Bump openpgp-dsm crate version to 1.0.1 (#68) --- Cargo.lock | 2 +- openpgp-dsm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a440e5e..f3f5105e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2070,7 +2070,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openpgp-dsm" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "bindgen", diff --git a/openpgp-dsm/Cargo.toml b/openpgp-dsm/Cargo.toml index 95664492..c78d8ab7 100644 --- a/openpgp-dsm/Cargo.toml +++ b/openpgp-dsm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openpgp-dsm" -version = "1.0.0" +version = "1.0.1" authors = ["zugzwang "] edition = "2018"