From d8412fb9bb99dc2726ed7ca3cd82a80f5a4c021d Mon Sep 17 00:00:00 2001 From: Douman Date: Fri, 28 Sep 2018 18:20:09 +0300 Subject: [PATCH] Do not use master branch of actix-web --- .gitignore | 1 + rustls/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee647337..b88ba06e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock /*/Cargo.lock +Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml index 5ddf2412..1acd1820 100644 --- a/rustls/Cargo.toml +++ b/rustls/Cargo.toml @@ -12,4 +12,4 @@ path = "src/main.rs" env_logger = "0.5" rustls = "0.13" actix = "0.7" -actix-web = { git = "https://github.com/actix/actix-web.git", features=["rust-tls"] } +actix-web = { version = "0.7", features=["rust-tls"] }