1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Update udp-echo example to actix 0.9 and tokio 0.2. (#336)

This commit is contained in:
alvardes
2020-06-25 06:19:22 +02:00
committed by GitHub
parent b7ff0d1ffe
commit 5926035d6c
3 changed files with 36 additions and 18 deletions

View File

@ -42,7 +42,7 @@ members = [
"template_tera",
"template_yarte",
"todo",
# "udp-echo",
"udp-echo",
"unix-socket",
"web-cors/backend",
"websocket",