feat: v1.3.3, remove dependency lazy_static

This commit is contained in:
2022-05-01 13:53:06 +08:00
parent 07ff1d8187
commit 57df2177cc
4 changed files with 9 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "card-cli"
version = "1.3.2"
version = "1.3.3"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -31,6 +31,6 @@ yubico_manager = "0.9"
x509 = "0.2"
x509-parser = "0.13"
ssh-agent = { version = "0.2.3", features = ["agent"] }
lazy_static = "1.4.0"
#lazy_static = "1.4.0"
#ssh-key = "0.4.0"
#ctap-hid-fido2 = "2.1.3"