From 466044ff93ea384b0556148c9ba350783a5a7463 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 16 May 2018 16:09:12 +0200 Subject: Use actix-web stable --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 257dcdc..bc956a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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" -- cgit v1.2.3