diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-28 21:16:22 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-28 21:16:22 +0000 |
commit | ae54ca44f52651e5931641aba1a5074218905c96 (patch) | |
tree | 0835a68640a26ecb1724b8f156038ba8b331534c /Cargo.toml | |
parent | Add README instructions for using shell completions (diff) | |
download | miniserve-0.13.0.tar.gz miniserve-0.13.0.zip |
(cargo-release) version 0.13.0v0.13.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.12.2-alpha.0" +version = "0.13.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" |