feat: v0.5.0, supports ChaCha20/Poly1305
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tiny-encrypt"
|
||||
version = "0.4.4"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "A simple and tiny file encrypt tool"
|
||||
@@ -39,7 +39,7 @@ yubikey = { version = "0.8", features = ["untested"] }
|
||||
zeroize = "1.6"
|
||||
|
||||
[patch.crates-io]
|
||||
rust-crypto = { git="https://github.com/jht5945/rust-crypto.git" }
|
||||
rust-crypto = { git = "https://github.com/jht5945/rust-crypto.git" }
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user