mirror of
https://github.com/actix/actix-web.git
synced 2024-12-17 21:56:38 +00:00
Started pinning Actix commit in Cargo.toml between releases.
This commit is contained in:
parent
b6d5516e3a
commit
8590eca7f8
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ tokio-openssl = { version="0.2", optional = true }
|
||||||
[dependencies.actix]
|
[dependencies.actix]
|
||||||
#version = "^0.4.6"
|
#version = "^0.4.6"
|
||||||
git = "https://github.com/actix/actix.git"
|
git = "https://github.com/actix/actix.git"
|
||||||
|
rev = "136fd07"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
|
Loading…
Reference in a new issue