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

prepare actix-utils release 3.0.0 (#342)

This commit is contained in:
Rob Ede
2021-04-17 02:00:36 +01:00
committed by GitHub
parent 1c4e965366
commit 978e4f25fb
7 changed files with 13 additions and 9 deletions

View File

@ -23,7 +23,7 @@ default = []
[dependencies]
actix-rt = { version = "2.0.0", default-features = false }
actix-service = "2.0.0"
actix-utils = "3.0.0-beta.4"
actix-utils = "3.0.0"
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
log = "0.4"