Bump versions

This commit is contained in:
Heiko Schaefer 2022-06-22 21:52:18 +02:00
parent 7bfeb4df59
commit f93d7bbb30
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
name = "openpgp-card-sequoia" name = "openpgp-card-sequoia"
description = "Wrapper of openpgp-card for use with Sequoia PGP" description = "Wrapper of openpgp-card for use with Sequoia PGP"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.0.13" version = "0.0.14"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/openpgp-card/openpgp-card" repository = "https://gitlab.com/openpgp-card/openpgp-card"

View file

@ -5,7 +5,7 @@
name = "openpgp-card" name = "openpgp-card"
description = "A client implementation for the OpenPGP card specification" description = "A client implementation for the OpenPGP card specification"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.2.6" version = "0.2.7"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/openpgp-card/openpgp-card" repository = "https://gitlab.com/openpgp-card/openpgp-card"

View file

@ -15,7 +15,7 @@ documentation = "https://docs.rs/crate/openpgp-card-tools"
sequoia-openpgp = "1.3" sequoia-openpgp = "1.3"
openpgp-card = { path = "../openpgp-card", version = "0.2.6" } openpgp-card = { path = "../openpgp-card", version = "0.2.6" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.2" } 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" sshkeys = "0.3.2"
pem = "1" pem = "1"
rpassword = "6" rpassword = "6"