1
0
Fork 0
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:
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

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"