feat: v1.8.3, fix lib issue

This commit is contained in:
2024-12-15 16:55:44 +08:00
parent 528889bcc7
commit 8b38982e61
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1871,7 +1871,7 @@ dependencies = [
[[package]]
name = "tiny-encrypt"
version = "1.8.2"
version = "1.8.3"
dependencies = [
"aes-gcm-stream",
"base64 0.22.1",

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "1.8.2"
version = "1.8.3"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"

View File

@@ -34,6 +34,7 @@ pub use cmd_initpiv::CmdInitPiv;
pub use cmd_initpiv::init_piv;
pub use cmd_version::CmdVersion;
pub use cmd_version::version;
pub use config::TinyEncryptConfig;
mod consts;
mod util;