Skip to content

Commit a2394e2

Browse files
committed
feat: v1.1.29
1 parent b12247c commit a2394e2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
[package]
22
name = "bin-encode-decode"
3-
version = "1.1.28"
3+
version = "1.1.29"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
77
license = "MIT"
88
description = "A high-performance binary encode and decode library that supports customizable character sets beyond Base64."
9-
keywords = ["binaryencode", "decode", "customcharset", "highperformance", "base64alternative"]
9+
keywords = [
10+
"binaryencode",
11+
"decode",
12+
"customcharset",
13+
"highperformance",
14+
"base64alternative",
15+
]
1016
repository = "https://github.com/crates-dev/bin-encode-decode"
1117
categories = ["encoding"]
1218

0 commit comments

Comments
 (0)