diff options
-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" |