Started pinning Actix commit in Cargo.toml between releases.

This commit is contained in:
David Wood 2018-02-05 18:21:42 +00:00
parent b6d5516e3a
commit 8590eca7f8
No known key found for this signature in database
GPG Key ID: 01760B4F9F53F154
1 changed files with 1 additions and 0 deletions

View File

@ -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"