From af3fd437edcf6b84ba7cf13a5dce408830a9d2e4 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 15 Apr 2022 17:51:18 +0200 Subject: [PATCH] Bump openpgp-card to 0.2.3 (and use in openpgp-card-tools) --- openpgp-card/Cargo.toml | 2 +- tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index efbf681..c611ff8 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.2" +version = "0.2.3" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 92547f6..78c4a9f 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -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" } +openpgp-card = { path = "../openpgp-card", version = "0.2.3" } openpgp-card-pcsc = { path = "../pcsc", version = "0.2" } openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.10" } sshkeys = "0.3.2"