diff --git a/openpgp-card-sequoia/Cargo.toml b/openpgp-card-sequoia/Cargo.toml index 0ca1e2c..694eb29 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.13" +version = "0.0.14" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/openpgp-card/openpgp-card" diff --git a/openpgp-card/Cargo.toml b/openpgp-card/Cargo.toml index 7450b6f..5669178 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.6" +version = "0.2.7" authors = ["Heiko Schaefer "] edition = "2018" repository = "https://gitlab.com/openpgp-card/openpgp-card" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index ee726ab..b6d080e 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -15,7 +15,7 @@ documentation = "https://docs.rs/crate/openpgp-card-tools" sequoia-openpgp = "1.3" openpgp-card = { path = "../openpgp-card", version = "0.2.6" } openpgp-card-pcsc = { path = "../pcsc", version = "0.2" } -openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.13" } +openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.14" } sshkeys = "0.3.2" pem = "1" rpassword = "6"