Skip to content

Commit 830027a

Browse files
committed
feat: v1.1.24
1 parent 71e8bdc commit 830027a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bin-encode-decode"
3-
version = "1.1.23"
3+
version = "1.1.24"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/common/impl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ impl<'a> Charset<'a> {
1919
/// # Returns
2020
///
2121
/// - `Charset<'a>` - New instance with empty charset.
22+
#[inline(always)]
2223
pub fn new() -> Self {
2324
Charset::default()
2425
}

0 commit comments

Comments
 (0)