Skip to content

Commit 1e33be0

Browse files
committed
feat: v1.1.24
1 parent a83979c commit 1e33be0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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.23"
3+
version = "1.1.24"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/lib.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
//!
33
//! A Rust library for validating Chinese identification card numbers based on official rules and checksums.
44
5-
pub(crate) mod r#const;
6-
pub(crate) mod r#impl;
7-
pub(crate) mod r#struct;
8-
5+
mod r#const;
6+
mod r#impl;
7+
mod r#struct;
98
#[cfg(test)]
109
mod test;
1110

0 commit comments

Comments
 (0)