Bump openpgp-card-sequoia to 0.0.11; openpgp-card-tools to 0.0.8
This commit is contained in:
parent
9b4a603ace
commit
f4e344b959
2 changed files with 3 additions and 3 deletions
|
@ -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.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"
|
||||||
|
|
|
@ -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.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"
|
||||||
|
@ -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.3" }
|
openpgp-card = { path = "../openpgp-card", version = "0.2.3" }
|
||||||
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.10" }
|
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.11" }
|
||||||
sshkeys = "0.3.2"
|
sshkeys = "0.3.2"
|
||||||
rpassword = "6"
|
rpassword = "6"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
|
Loading…
Reference in a new issue