aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-05-16 14:09:12 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2018-05-16 14:09:31 +0000
commit466044ff93ea384b0556148c9ba350783a5a7463 (patch)
treedd96eec1b4a117996e00e7851d07a29e99ca4e9d
parentUpdate README.md (diff)
downloadminiserve-0.1.1.tar.gz
miniserve-0.1.1.zip
Use actix-web stablev0.1.1
Diffstat (limited to '')
-rw-r--r--Cargo.toml4
1 files 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 <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"