Skip to content

Commit a83979c

Browse files
committed
feat: v1.1.23
1 parent 362a8bd commit a83979c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "china_identification_card"
3-
version = "1.1.22"
3+
version = "1.1.23"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ mod test;
1111

1212
pub use r#struct::*;
1313

14-
pub(crate) use r#const::*;
14+
use r#const::*;

0 commit comments

Comments
 (0)