mirror of https://github.com/fafhrd91/actix-web
Started pinning Actix commit in Cargo.toml between releases.
This commit is contained in:
parent
b6d5516e3a
commit
8590eca7f8
|
@ -79,6 +79,7 @@ tokio-openssl = { version="0.2", optional = true }
|
|||
[dependencies.actix]
|
||||
#version = "^0.4.6"
|
||||
git = "https://github.com/actix/actix.git"
|
||||
rev = "136fd07"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.5"
|
||||
|
|
Loading…
Reference in New Issue