mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-30 12:06:41 +02:00
Update most examples to use actix from git (#68)
This commit is contained in:
committed by
GitHub
parent
d0cbf7cd25
commit
bd03ba1192
@@ -6,7 +6,7 @@ workspace = "../.."
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.5"
|
||||
actix = "0.4"
|
||||
actix = { git = "https://github.com/actix/actix.git/" }
|
||||
actix-web = { path = "../../" }
|
||||
|
||||
futures = "0.1"
|
||||
|
Reference in New Issue
Block a user