aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-01-11 02:55:13 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-01-11 02:55:13 +0000
commit0a6698b2c9aef5113d67d41f08b33f3253a5c44d (patch)
treee9bafd67f2679568c2b333f64e1267059b0d5ca4 /Cargo.toml
parentBump deps (fixes #23) (diff)
downloadminiserve-0a6698b2c9aef5113d67d41f08b33f3253a5c44d.tar.gz
miniserve-0a6698b2c9aef5113d67d41f08b33f3253a5c44d.zip
This is 0.2.2v0.2.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c551bf..74e0baf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.2.1"
+version = "0.2.2"
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"