Bump versions

This commit is contained in:
Heiko Schaefer 2022-06-11 10:03:52 +02:00
parent e3dfdbffe6
commit febf960b39
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
3 changed files with 6 additions and 6 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.12" version = "0.0.13"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card" repository = "https://gitlab.com/hkos/openpgp-card"
@ -14,7 +14,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia"
[dependencies] [dependencies]
sequoia-openpgp = "1.4" sequoia-openpgp = "1.4"
nettle = "7" nettle = "7"
openpgp-card = { path = "../openpgp-card", version = "0.2.5" } openpgp-card = { path = "../openpgp-card", version = "0.2.6" }
chrono = "0.4" chrono = "0.4"
anyhow = "1" anyhow = "1"
thiserror = "1" thiserror = "1"

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.5" version = "0.2.6"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card" repository = "https://gitlab.com/hkos/openpgp-card"

View file

@ -5,7 +5,7 @@
name = "openpgp-card-tools" name = "openpgp-card-tools"
description = "CLI tools for OpenPGP cards" description = "CLI tools for OpenPGP cards"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.0.10" version = "0.0.11"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card" repository = "https://gitlab.com/hkos/openpgp-card"
@ -13,9 +13,9 @@ documentation = "https://docs.rs/crate/openpgp-card-tools"
[dependencies] [dependencies]
sequoia-openpgp = "1.3" sequoia-openpgp = "1.3"
openpgp-card = { path = "../openpgp-card", version = "0.2.5" } 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.12" } openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.13" }
sshkeys = "0.3.2" sshkeys = "0.3.2"
pem = "1" pem = "1"
rpassword = "6" rpassword = "6"