Skip to content

Commit caa7f71

Browse files
committed
feat: v1.0.1
1 parent b2c76ba commit caa7f71

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 = "udp"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2024"
55
authors = ["root@ltpp.vip"]
66
license = "MIT"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ pub use server::*;
1717
pub use socket::*;
1818
pub use utils::*;
1919

20-
pub use lombok_macros::*;
2120
pub use tokio;
2221

2322
pub(crate) use common::*;
2423
pub(crate) use handler::*;
24+
pub(crate) use lombok_macros::*;
2525

2626
pub(crate) use std::{
2727
any::Any,

0 commit comments

Comments
 (0)