diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2025-02-06 06:37:05 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2025-02-06 06:37:05 +0000 |
commit | dfa37fdfcb84bdedf72c72b278ea89592d1b293a (patch) | |
tree | 3f691a582c25fff67df639b1fea8972176592e61 /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-0.29.0.tar.gz miniserve-0.29.0.zip |
Release miniserve version 0.29.0v0.29.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.28.0" +version = "0.29.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" |