We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac15ce commit 1951e6bCopy full SHA for 1951e6b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "udp"
3
-version = "2.0.9"
+version = "2.0.10"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
src/server/test.rs
@@ -1,7 +1,7 @@
+use crate::*;
+
#[tokio::test]
async fn test_server_basic_usage() {
- use crate::*;
-
async fn test_func(ctx: Context) {
ctx.send("udp: 1").await.unwrap();
7
}
0 commit comments