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"] }