Skip to content

Commit 9269bc0

Browse files
committed
feat:v2.2.8
1 parent d7de82d commit 9269bc0

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bin-encrypt-decrypt"
3-
version = "2.2.6"
3+
version = "2.2.8"
44
edition = "2021"
55
authors = ["ltpp-universe <root@ltpp.vip>"]
66
license = "MIT"
@@ -10,10 +10,10 @@ repository = "https://github.com/ltpp-universe/bin-crypt-decrypt"
1010
categories = ["cryptography", "encoding"]
1111

1212
[dependencies]
13-
std-macro-extensions = "0.21.0"
13+
std-macro-extensions = "0.21.1"
1414

1515
[dev-dependencies]
16-
color-output = "6.1.7"
16+
color-output = "6.1.8"
1717

1818
[profile.dev]
1919
incremental = false

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
<center>
2+
13
# bin-encrypt-decrypt
24

35
[![](https://img.shields.io/crates/v/bin-encrypt-decrypt.svg)](https://crates.io/crates/bin-encrypt-decrypt)
46
[![](https://docs.rs/bin-encrypt-decrypt/badge.svg)](https://docs.rs/bin-encrypt-decrypt)
5-
[![](https://img.shields.io/crates/l/bin-encrypt-decrypt.svg)](./LICENSE)
67
[![](https://github.com/ltpp-universe/bin-encrypt-decrypt/workflows/Rust/badge.svg)](https://github.com/ltpp-universe/bin-encrypt-decrypt/actions?query=workflow:Rust)
8+
[![](https://img.shields.io/crates/l/bin-encrypt-decrypt.svg)](./LICENSE)
9+
10+
</center>
711

812
[Official Documentation](https://docs.ltpp.vip/BIN-ENCRYPT-DECRYPT/)
913

0 commit comments

Comments
 (0)