1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

depend on git repo

This commit is contained in:
Nikolay Kim
2019-02-03 11:33:26 -08:00
parent 5b8446105f
commit 406088524e
2 changed files with 15 additions and 8 deletions

View File

@ -18,8 +18,7 @@ name = "actix_utils"
path = "src/lib.rs"
[dependencies]
#actix-service = "0.2.0"
actix-service = { git = "https://github.com/actix/actix-net.git" }
actix-service = "0.2.0"
actix-codec = "0.1.0"
bytes = "0.4"
futures = "0.1"
@ -28,4 +27,7 @@ tokio-current-thread = "0.1"
log = "0.4"
[dev-dependencies]
actix-rt = "0.1"
actix-rt = "0.1"
[patch.crates-io]
actix-service = { git = "https://github.com/actix/actix-net.git" }