1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

prepare actix-rt release 2.4.0

This commit is contained in:
Rob Ede
2021-11-05 00:51:34 +00:00
parent 2080f4c149
commit 03dae6a4a4
4 changed files with 7 additions and 4 deletions

View File

@ -21,7 +21,7 @@ default = []
io-uring = ["actix-rt/io-uring"]
[dependencies]
actix-rt = { version = "2.0.0", default-features = false }
actix-rt = { version = "2.4.0", default-features = false }
actix-service = "2.0.0"
actix-utils = "3.0.0"