From 9f3ebe897296f90d320051e3632b03bd64e7b9bd Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 26 Aug 2021 15:01:59 +0200 Subject: [PATCH] Release openpgp-card. --- openpgp-card-sequoia/Cargo.toml | 2 +- openpgp-card/Cargo.toml | 2 +- pcsc/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openpgp-card-sequoia/Cargo.toml b/openpgp-card-sequoia/Cargo.toml index d80ca82..35d82b1 100644 --- a/openpgp-card-sequoia/Cargo.toml +++ b/openpgp-card-sequoia/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia" [dependencies] sequoia-openpgp = "1.3" -openpgp-card = { path = "../openpgp-card", version = "0.0.2" } +openpgp-card = { path = "../openpgp-card", version = "0.0.3" } #openpgp-card-scdc = { path = "../scdc" } openpgp-card-pcsc = { path = "../pcsc", version = "0.0.1" } chrono = "0.4" diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index a3479d7..1bdb8d3 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.0.2" +version = "0.0.3" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" diff --git a/pcsc/Cargo.toml b/pcsc/Cargo.toml index 2cbce52..6d712f8 100644 --- a/pcsc/Cargo.toml +++ b/pcsc/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://gitlab.com/hkos/openpgp-card" documentation = "https://docs.rs/crate/openpgp-card-pcsc" [dependencies] -openpgp-card = { path = "../openpgp-card", version = "0.0.2" } +openpgp-card = { path = "../openpgp-card", version = "0.0.3" } pcsc = "2" anyhow = "1" log = "0.4"