We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362a8bd commit a83979cCopy full SHA for a83979c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "china_identification_card"
3
-version = "1.1.22"
+version = "1.1.23"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
src/lib.rs
@@ -11,4 +11,4 @@ mod test;
11
12
pub use r#struct::*;
13
14
-pub(crate) use r#const::*;
+use r#const::*;
0 commit comments