aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-08-10 05:05:11 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2018-08-10 05:05:21 +0000
commitb58624818372c63a74028c1e0830b8186a3abcbf (patch)
tree7ff4d653731a472ac8b4d0654a2803b6dcae59fe /Cargo.toml
parentMerge pull request #14 from colindean/colindean/better-make (diff)
downloadminiserve-0.2.0.tar.gz
miniserve-0.2.0.zip
Allow for multiple interfaces to be specified at the same timev0.2.0
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 3d96aa6..1f2c80e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.1.5"
+version = "0.2.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"