From fe06db3510df0d67854d4f65577b7e847c138d91 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sat, 11 Sep 2021 13:02:54 +0200 Subject: [PATCH] Release pcsc and -sequoia --- openpgp-card-sequoia/Cargo.toml | 4 ++-- pcsc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openpgp-card-sequoia/Cargo.toml b/openpgp-card-sequoia/Cargo.toml index fc7988c..0c4b284 100644 --- a/openpgp-card-sequoia/Cargo.toml +++ b/openpgp-card-sequoia/Cargo.toml @@ -5,7 +5,7 @@ name = "openpgp-card-sequoia" description = "Wrapper of openpgp-card for use with Sequoia PGP" license = "MIT OR Apache-2.0" -version = "0.0.2" +version = "0.0.3" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" @@ -14,7 +14,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia" [dependencies] sequoia-openpgp = "1.3" openpgp-card = { path = "../openpgp-card", version = "0.0.4" } -openpgp-card-pcsc = { path = "../pcsc", version = "0.0.3" } +openpgp-card-pcsc = { path = "../pcsc", version = "0.0.4" } openpgp-card-scdc = { path = "../scdc", version = "0.0.2" } chrono = "0.4" anyhow = "1" diff --git a/pcsc/Cargo.toml b/pcsc/Cargo.toml index 8bb500d..e35a2f4 100644 --- a/pcsc/Cargo.toml +++ b/pcsc/Cargo.toml @@ -6,7 +6,7 @@ name = "openpgp-card-pcsc" description = "PCSC OpenPGP card backend, for use with the openpgp-card crate" authors = ["Heiko Schaefer "] license = "MIT OR Apache-2.0" -version = "0.0.3" +version = "0.0.4" edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" documentation = "https://docs.rs/crate/openpgp-card-pcsc"