feat: fix compile imcompat warnning

This commit is contained in:
2023-10-18 00:30:26 +08:00
parent 452cb2b666
commit aa6c4f325d
2 changed files with 6 additions and 9 deletions

View File

@@ -36,6 +36,9 @@ x509-parser = "0.15"
yubikey = { version = "0.8", features = ["untested"] }
zeroize = "1.6"
[patch.crates-io]
rust-crypto = { git="https://github.com/jht5945/rust-crypto.git" }
[profile.release]
codegen-units = 1
opt-level = 'z'