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

chore(actix-rt): prepare release 2.10.0

This commit is contained in:
Rob Ede
2024-06-09 06:12:07 +01:00
parent a524f15e34
commit 1bdb15ec20
4 changed files with 7 additions and 4 deletions

View File

@ -25,7 +25,7 @@ default = []
io-uring = ["tokio-uring", "actix-rt/io-uring"]
[dependencies]
actix-rt = { version = "2.8", default-features = false }
actix-rt = { version = "2.10", default-features = false }
actix-service = "2"
actix-utils = "3"