diff --git a/openpgp-card-sequoia/Cargo.toml b/openpgp-card-sequoia/Cargo.toml index 35d82b1..ab7221a 100644 --- a/openpgp-card-sequoia/Cargo.toml +++ b/openpgp-card-sequoia/Cargo.toml @@ -15,7 +15,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia" sequoia-openpgp = "1.3" openpgp-card = { path = "../openpgp-card", version = "0.0.3" } #openpgp-card-scdc = { path = "../scdc" } -openpgp-card-pcsc = { path = "../pcsc", version = "0.0.1" } +openpgp-card-pcsc = { path = "../pcsc", version = "0.0.2" } chrono = "0.4" anyhow = "1" thiserror = "1" diff --git a/pcsc/Cargo.toml b/pcsc/Cargo.toml index 6d712f8..3418c79 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.0.1" +version = "0.0.2" edition = "2018" repository = "https://gitlab.com/hkos/openpgp-card" documentation = "https://docs.rs/crate/openpgp-card-pcsc" diff --git a/scdc/Cargo.toml b/scdc/Cargo.toml index 3bd1090..d550292 100644 --- a/scdc/Cargo.toml +++ b/scdc/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://gitlab.com/hkos/openpgp-card" documentation = "https://docs.rs/crate/openpgp-card-scdc" [dependencies] -openpgp-card = { path = "../openpgp-card" } +openpgp-card = { path = "../openpgp-card", version = "0.0.3" } sequoia-ipc = "0.26" hex = "0.4" anyhow = "1"