From 0302387bea7d0d39c38ef477cfad53ca837c3f68 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 9 Sep 2021 00:46:52 +0200 Subject: [PATCH] Releases --- openpgp-card-sequoia/Cargo.toml | 6 +++--- openpgp-card/Cargo.toml | 2 +- openpgp-card/README.md | 2 +- pcsc/Cargo.toml | 4 ++-- scdc/Cargo.toml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/openpgp-card-sequoia/Cargo.toml b/openpgp-card-sequoia/Cargo.toml index ecae656..fc7988c 100644 --- a/openpgp-card-sequoia/Cargo.toml +++ b/openpgp-card-sequoia/Cargo.toml @@ -13,9 +13,9 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia" [dependencies] sequoia-openpgp = "1.3" -openpgp-card = { path = "../openpgp-card", version = "0.0.3" } -openpgp-card-scdc = { path = "../scdc", version = "0.0.1" } -openpgp-card-pcsc = { path = "../pcsc", version = "0.0.2" } +openpgp-card = { path = "../openpgp-card", version = "0.0.4" } +openpgp-card-pcsc = { path = "../pcsc", version = "0.0.3" } +openpgp-card-scdc = { path = "../scdc", version = "0.0.2" } chrono = "0.4" anyhow = "1" thiserror = "1" diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index 1bdb8d3..b6d75ea 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.3" +version = "0.0.4" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" diff --git a/openpgp-card/README.md b/openpgp-card/README.md index 982c5f9..28f1c92 100644 --- a/openpgp-card/README.md +++ b/openpgp-card/README.md @@ -22,7 +22,7 @@ needs to be implemented for access to cards. The crates [openpgp-card-pcsc](https://crates.io/crates/openpgp-card-pcsc) and the experimental crate -[openpgp-card-scdc](https://gitlab.com/hkos/openpgp-card/-/tree/main/scdc) +[openpgp-card-scdc](https://crates.io/crates/openpgp-card-scdc) provide implementations of `CardClient` for use with this crate. **Sequoia PGP wrapper** diff --git a/pcsc/Cargo.toml b/pcsc/Cargo.toml index 3418c79..8bb500d 100644 --- a/pcsc/Cargo.toml +++ b/pcsc/Cargo.toml @@ -6,13 +6,13 @@ 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.2" +version = "0.0.3" edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" documentation = "https://docs.rs/crate/openpgp-card-pcsc" [dependencies] -openpgp-card = { path = "../openpgp-card", version = "0.0.3" } +openpgp-card = { path = "../openpgp-card", version = "0.0.4" } pcsc = "2" anyhow = "1" log = "0.4" diff --git a/scdc/Cargo.toml b/scdc/Cargo.toml index d550292..e191b50 100644 --- a/scdc/Cargo.toml +++ b/scdc/Cargo.toml @@ -6,13 +6,13 @@ name = "openpgp-card-scdc" description = "Experimental SCDaemon Client, for use with the openpgp-card crate" authors = ["Heiko Schaefer "] license = "MIT OR Apache-2.0" -version = "0.0.1" +version = "0.0.2" edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" documentation = "https://docs.rs/crate/openpgp-card-scdc" [dependencies] -openpgp-card = { path = "../openpgp-card", version = "0.0.3" } +openpgp-card = { path = "../openpgp-card", version = "0.0.4" } sequoia-ipc = "0.26" hex = "0.4" anyhow = "1"