Skip to content

Commit 1951e6b

Browse files
committed
feat: v2.0.10
1 parent 2ac15ce commit 1951e6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

src/server/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
use crate::*;
2+
13
#[tokio::test]
24
async fn test_server_basic_usage() {
3-
use crate::*;
4-
55
async fn test_func(ctx: Context) {
66
ctx.send("udp: 1").await.unwrap();
77
}

0 commit comments

Comments
 (0)