mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-26 17:27:42 +02:00
Use associated type instead of generic for Service definition
This commit is contained in:
@ -26,7 +26,8 @@ members = [
|
||||
]
|
||||
|
||||
[dev-dependencies]
|
||||
actix-service = "0.1.1"
|
||||
#actix-service = "0.2.0"
|
||||
actix-service = { path="actix-service" }
|
||||
actix-codec = "0.1.0"
|
||||
actix-rt = { path="actix-rt" }
|
||||
actix-server = { path="actix-server", features=["ssl"] }
|
||||
|
Reference in New Issue
Block a user