Bump versions

This commit is contained in:
Heiko Schaefer 2022-02-24 21:18:22 +01:00
parent 56d03ffca6
commit a8637f48b1
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
6 changed files with 16 additions and 16 deletions

View file

@ -14,9 +14,9 @@ documentation = "https://docs.rs/crate/openpgp-card-examples"
[dependencies]
sequoia-openpgp = "1.3"
nettle = "7"
openpgp-card = { path = "../openpgp-card", version = "0.1" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.1" }
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.7" }
openpgp-card = { path = "../openpgp-card", version = "0.2" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.2" }
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.8" }
chrono = "0.4"
anyhow = "1"
thiserror = "1"

View file

@ -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.7"
version = "0.0.8"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card"
@ -14,9 +14,9 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia"
[dependencies]
sequoia-openpgp = "1.4"
nettle = "7"
openpgp-card = { path = "../openpgp-card", version = "0.1" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.1" }
openpgp-card-scdc = { path = "../scdc", version = "0.1" }
openpgp-card = { path = "../openpgp-card", version = "0.2" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.2" }
openpgp-card-scdc = { path = "../scdc", version = "0.2" }
chrono = "0.4"
anyhow = "1"
thiserror = "1"

View file

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

View file

@ -6,13 +6,13 @@ name = "openpgp-card-pcsc"
description = "PCSC OpenPGP card backend, for use with the openpgp-card crate"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
license = "MIT OR Apache-2.0"
version = "0.1.0"
version = "0.2.0"
edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card-pcsc"
[dependencies]
openpgp-card = { path = "../openpgp-card", version = "0.1" }
openpgp-card = { path = "../openpgp-card", version = "0.2" }
iso7816-tlv = "0.4"
pcsc = "2.7"
log = "0.4"

View file

@ -6,13 +6,13 @@ name = "openpgp-card-scdc"
description = "Experimental SCDaemon Client, for use with the openpgp-card crate"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
license = "MIT OR Apache-2.0"
version = "0.1.0"
version = "0.2.0"
edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card-scdc"
[dependencies]
openpgp-card = { path = "../openpgp-card", version = "0.1" }
openpgp-card = { path = "../openpgp-card", version = "0.2" }
sequoia-ipc = "0.26"
hex = "0.4"
futures = "0.3"

View file

@ -5,7 +5,7 @@
name = "openpgp-card-tools"
description = "CLI tools for OpenPGP cards"
license = "MIT OR Apache-2.0"
version = "0.0.2"
version = "0.0.3"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card"
@ -14,9 +14,9 @@ documentation = "https://docs.rs/crate/openpgp-card-tools"
[dependencies]
sequoia-openpgp = "1.3"
nettle = "7"
openpgp-card = { path = "../openpgp-card", version = "0.1" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.1" }
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.7" }
openpgp-card = { path = "../openpgp-card", version = "0.2" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.2" }
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.8" }
sshkeys = "0.3.2"
rpassword = "5"
chrono = "0.4"