feat: v1.8.3, fix lib issue
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user