diff options
author | Sven-Hendrik Haase <external.sven-hendrik.haase@kuehne-nagel.com> | 2020-09-16 16:09:20 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <external.sven-hendrik.haase@kuehne-nagel.com> | 2020-09-16 16:09:20 +0000 |
commit | 75ba2cd52995834f64f0c4ad0eb73db78c718984 (patch) | |
tree | 7264ea7e2d0037086f8c82695093ac76cb7ad02e /Cargo.toml | |
parent | Add changelog entry for #373 (diff) | |
download | miniserve-0.9.0.tar.gz miniserve-0.9.0.zip |
(cargo-release) version 0.9.0v0.9.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.8.1-alpha.0" +version = "0.9.0" description = "For when you really just want to serve some files over HTTP right now!" authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>", "Boastful Squirrel <boastful.squirrel@gmail.com>"] repository = "https://github.com/svenstaro/miniserve" |