Bump versions
This commit is contained in:
parent
56d03ffca6
commit
a8637f48b1
6 changed files with 16 additions and 16 deletions
|
@ -14,9 +14,9 @@ documentation = "https://docs.rs/crate/openpgp-card-examples"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sequoia-openpgp = "1.3"
|
sequoia-openpgp = "1.3"
|
||||||
nettle = "7"
|
nettle = "7"
|
||||||
openpgp-card = { path = "../openpgp-card", version = "0.1" }
|
openpgp-card = { path = "../openpgp-card", version = "0.2" }
|
||||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.1" }
|
openpgp-card-pcsc = { path = "../pcsc", version = "0.2" }
|
||||||
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.7" }
|
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.8" }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
|
@ -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.7"
|
version = "0.0.8"
|
||||||
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,9 +14,9 @@ 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.1" }
|
openpgp-card = { path = "../openpgp-card", version = "0.2" }
|
||||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.1" }
|
openpgp-card-pcsc = { path = "../pcsc", version = "0.2" }
|
||||||
openpgp-card-scdc = { path = "../scdc", version = "0.1" }
|
openpgp-card-scdc = { path = "../scdc", version = "0.2" }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
|
@ -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.1.0"
|
version = "0.2.0"
|
||||||
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"
|
||||||
|
|
|
@ -6,13 +6,13 @@ name = "openpgp-card-pcsc"
|
||||||
description = "PCSC OpenPGP card backend, for use with the openpgp-card crate"
|
description = "PCSC OpenPGP card backend, for use with the openpgp-card crate"
|
||||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||||
documentation = "https://docs.rs/crate/openpgp-card-pcsc"
|
documentation = "https://docs.rs/crate/openpgp-card-pcsc"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
openpgp-card = { path = "../openpgp-card", version = "0.1" }
|
openpgp-card = { path = "../openpgp-card", version = "0.2" }
|
||||||
iso7816-tlv = "0.4"
|
iso7816-tlv = "0.4"
|
||||||
pcsc = "2.7"
|
pcsc = "2.7"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
@ -6,13 +6,13 @@ name = "openpgp-card-scdc"
|
||||||
description = "Experimental SCDaemon Client, for use with the openpgp-card crate"
|
description = "Experimental SCDaemon Client, for use with the openpgp-card crate"
|
||||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||||
documentation = "https://docs.rs/crate/openpgp-card-scdc"
|
documentation = "https://docs.rs/crate/openpgp-card-scdc"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
openpgp-card = { path = "../openpgp-card", version = "0.1" }
|
openpgp-card = { path = "../openpgp-card", version = "0.2" }
|
||||||
sequoia-ipc = "0.26"
|
sequoia-ipc = "0.26"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|
|
@ -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.2"
|
version = "0.0.3"
|
||||||
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,9 +14,9 @@ documentation = "https://docs.rs/crate/openpgp-card-tools"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sequoia-openpgp = "1.3"
|
sequoia-openpgp = "1.3"
|
||||||
nettle = "7"
|
nettle = "7"
|
||||||
openpgp-card = { path = "../openpgp-card", version = "0.1" }
|
openpgp-card = { path = "../openpgp-card", version = "0.2" }
|
||||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.1" }
|
openpgp-card-pcsc = { path = "../pcsc", version = "0.2" }
|
||||||
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.7" }
|
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.8" }
|
||||||
sshkeys = "0.3.2"
|
sshkeys = "0.3.2"
|
||||||
rpassword = "5"
|
rpassword = "5"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue