Skip to content

Commit 362a8bd

Browse files
committed
feat: v1.1.22
1 parent f775ab2 commit 362a8bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

src/lib.rs

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

9+
#[cfg(test)]
10+
mod test;
11+
1212
pub use r#struct::*;
1313

1414
pub(crate) use r#const::*;

0 commit comments

Comments
 (0)