aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-02-03 15:50:42 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-02-03 15:50:42 +0000
commit371b946bcb39280cf332b822710939395e722823 (patch)
tree42876e840db59fed22262b3162ed19bf763aa7b1
parentMerge pull request #27 from boastful-squirrel/parent-directory (diff)
downloadminiserve-371b946bcb39280cf332b822710939395e722823.tar.gz
miniserve-371b946bcb39280cf332b822710939395e722823.zip
Increase version number
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8c9a9b2..5386757 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.2.2"
+version = "0.3.0"
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"