From 658d50eeb6ceb67b0018a79ee3a61e6c0f02ef89 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 22 Mar 2022 16:56:59 +0100 Subject: [PATCH] Bump version to 0.2.1 (logging changes only) --- pcsc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsc/Cargo.toml b/pcsc/Cargo.toml index f28021e..fd27c16 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.2.0" +version = "0.2.1" edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" documentation = "https://docs.rs/crate/openpgp-card-pcsc"