diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-04-29 17:39:50 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-04-29 17:39:50 +0000 |
commit | cede05b0091a72b3bdc1186356c62bc5044911ac (patch) | |
tree | 4c9752a67d4d95b307d9d548c6155495871f7184 /Cargo.toml | |
parent | Some progress (diff) | |
download | miniserve-cede05b0091a72b3bdc1186356c62bc5044911ac.tar.gz miniserve-cede05b0091a72b3bdc1186356c62bc5044911ac.zip |
Some more progress
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,5 +16,5 @@ maintenance = { status = "actively-developed" } [dependencies] clap = "2.29" actix = "0.5" -actix-web = { git = "https://github.com/svenstaro/actix-web.git" } +actix-web = { git = "https://github.com/actix/actix-web.git" } simplelog = "0.5" |