From 3df649d14918042bf4017cdb7b649f5bbe1f06a1 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sat, 23 Apr 2022 21:23:53 +0200 Subject: [PATCH] Release: openpgp-card 0.2.4, openpgp-card-tools 0.0.9 --- openpgp-card/Cargo.toml | 2 +- tools/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index 710bb72..ff06916 100644 --- a/openpgp-card/Cargo.toml +++ b/openpgp-card/Cargo.toml @@ -5,7 +5,7 @@ name = "openpgp-card" description = "A client implementation for the OpenPGP card specification" license = "MIT OR Apache-2.0" -version = "0.2.3" +version = "0.2.4" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 0a95064..b1cfb4b 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -5,7 +5,7 @@ name = "openpgp-card-tools" description = "CLI tools for OpenPGP cards" license = "MIT OR Apache-2.0" -version = "0.0.8" +version = "0.0.9" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" @@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/openpgp-card-tools" [dependencies] sequoia-openpgp = "1.3" -openpgp-card = { path = "../openpgp-card", version = "0.2.3" } +openpgp-card = { path = "../openpgp-card", version = "0.2.4" } openpgp-card-pcsc = { path = "../pcsc", version = "0.2" } openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.11" } sshkeys = "0.3.2"