openpgp-card-sequoia release 0.0.9, use as a dependency in openpgp-card-tools 0.0.5

This commit is contained in:
Heiko Schaefer 2022-03-30 03:15:07 +02:00
parent 79499e2e1d
commit 6525c2ddbc
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 2 additions and 2 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.8" version = "0.0.9"
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

@ -16,7 +16,7 @@ sequoia-openpgp = "1.3"
nettle = "7" nettle = "7"
openpgp-card = { path = "../openpgp-card", version = "0.2" } openpgp-card = { path = "../openpgp-card", version = "0.2" }
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.8" } openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.9" }
sshkeys = "0.3.2" sshkeys = "0.3.2"
rpassword = "5" rpassword = "5"
chrono = "0.4" chrono = "0.4"