v1.1.0, update openpgp-card versions

This commit is contained in:
2022-04-03 12:57:05 +08:00
parent e4c46f4c48
commit e34d02e622
7 changed files with 651 additions and 153 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.0.2"
version = "1.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -16,7 +16,9 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
hex = "0.4"
u2f = "0.2"
openpgp-card = "0.0.1"
openpgp-card = "0.2"
openpgp-card-pcsc = "0.2"
openpgp-card-sequoia = "0.0.8"
sequoia-openpgp = "1.3.0"
chrono = "0.4.19"
simpledateformat = "0.1.2"