From 321258ec06b96f579daf8a983624ad0e9d041499 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Mon, 1 May 2023 18:09:09 +0200 Subject: [PATCH] pcsc: Release 0.3.1 --- pcsc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsc/Cargo.toml b/pcsc/Cargo.toml index cf69846..aed8160 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.3.0" +version = "0.3.1" edition = "2018" repository = "https://gitlab.com/openpgp-card/openpgp-card" documentation = "https://docs.rs/crate/openpgp-card-pcsc"