1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

clean up run-in-thread

This commit is contained in:
Rob Ede
2022-02-02 02:09:06 +00:00
parent ca703d9cec
commit d36c2f0f1f
5 changed files with 26 additions and 24 deletions

2
Cargo.lock generated
View File

@ -4883,7 +4883,7 @@ dependencies = [
name = "run-in-thread"
version = "1.0.0"
dependencies = [
"actix-web 4.0.0-beta.21",
"actix-web 4.0.0-rc.1",
"env_logger 0.9.0",
"log",
]