diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-05-16 14:09:12 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-05-16 14:09:31 +0000 |
commit | 466044ff93ea384b0556148c9ba350783a5a7463 (patch) | |
tree | dd96eec1b4a117996e00e7851d07a29e99ca4e9d | |
parent | Update README.md (diff) | |
download | miniserve-0.1.1.tar.gz miniserve-0.1.1.zip |
Use actix-web stablev0.1.1
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.1.0" +version = "0.1.1" description = "For when you really just want to serve some files over HTTP right now!" authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"] repository = "https://github.com/svenstaro/miniserve" @@ -16,6 +16,6 @@ maintenance = { status = "actively-developed" } [dependencies] clap = "2.29" actix = "0.5" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.6" simplelog = "0.5" base64 = "0.9" |