diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-08-10 05:05:11 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-08-10 05:05:21 +0000 |
commit | b58624818372c63a74028c1e0830b8186a3abcbf (patch) | |
tree | 7ff4d653731a472ac8b4d0654a2803b6dcae59fe /Cargo.toml | |
parent | Merge pull request #14 from colindean/colindean/better-make (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |