From 1e0ccced9bfed2466eebc46be762df5c84641593 Mon Sep 17 00:00:00 2001 From: Syam Adam <88608099+syam-adam@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:33:52 +0530 Subject: [PATCH] version bump sq-dsm 1.6.1 (#87) --- Cargo.lock | 2 +- openpgp-dsm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 421bbb2d..a3ee8761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2124,7 +2124,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openpgp-dsm" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "bindgen 0.57.0", diff --git a/openpgp-dsm/Cargo.toml b/openpgp-dsm/Cargo.toml index adc053b9..29698853 100644 --- a/openpgp-dsm/Cargo.toml +++ b/openpgp-dsm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openpgp-dsm" -version = "1.6.0" +version = "1.6.1" authors = ["zugzwang "] edition = "2018"