feat: v1.10.6, updates feature with-sequoia-openpgp

This commit is contained in:
2024-09-12 01:01:01 +08:00
parent 81149f6aa2
commit 0cfe26e238
3 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "card-cli"
version = "1.10.5"
version = "1.10.6"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
[features]
default = ["with-sequoia-openpgp"]
with-sequoia-openpgp = ["sequoia-openpgp"]
with-sequoia-openpgp = ["sequoia-openpgp", "openpgp-card-sequoia"]
[dependencies]
authenticator = "0.3"
@@ -23,7 +23,7 @@ hex = "0.4"
u2f = "0.2"
openpgp-card = "0.3"
openpgp-card-pcsc = "0.3"
openpgp-card-sequoia = "0.1"
openpgp-card-sequoia = { version = "0.1", optional = true }
sequoia-openpgp = { version = "1.0", optional = true }
chrono = "0.4"
simpledateformat = "0.1"