From cd40e2bae4f9cf3638bb97cf30dcff3962ae1dc5 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 24 May 2022 15:08:48 +0200 Subject: [PATCH] Bump versions: - openpgp-card 0.2.5 - openpgp-card-sequoia 0.0.12 - openpgp-tools 0.0.10 --- openpgp-card-sequoia/Cargo.toml | 4 ++-- openpgp-card/Cargo.toml | 2 +- tools/Cargo.toml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openpgp-card-sequoia/Cargo.toml b/openpgp-card-sequoia/Cargo.toml index 1c3621d..cdce4c2 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.11" +version = "0.0.12" 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.4" nettle = "7" -openpgp-card = { path = "../openpgp-card", version = "0.2" } +openpgp-card = { path = "../openpgp-card", version = "0.2.5" } chrono = "0.4" anyhow = "1" thiserror = "1" diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index ff06916..9dc8fc9 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.4" +version = "0.2.5" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index b58ac0b..63f86db 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.9" +version = "0.0.10" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" @@ -13,9 +13,9 @@ documentation = "https://docs.rs/crate/openpgp-card-tools" [dependencies] sequoia-openpgp = "1.3" -openpgp-card = { path = "../openpgp-card", version = "0.2.4" } +openpgp-card = { path = "../openpgp-card", version = "0.2.5" } openpgp-card-pcsc = { path = "../pcsc", version = "0.2" } -openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.11" } +openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.12" } sshkeys = "0.3.2" pem = "1" rpassword = "6"