diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-02-03 15:50:42 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-02-03 15:50:42 +0000 |
commit | 371b946bcb39280cf332b822710939395e722823 (patch) | |
tree | 42876e840db59fed22262b3162ed19bf763aa7b1 | |
parent | Merge pull request #27 from boastful-squirrel/parent-directory (diff) | |
download | miniserve-371b946bcb39280cf332b822710939395e722823.tar.gz miniserve-371b946bcb39280cf332b822710939395e722823.zip |
Increase version number
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |