diff options
author | cyqsimon <28627918+cyqsimon@users.noreply.github.com> | 2022-09-15 18:56:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 18:56:02 +0000 |
commit | 82a3207671e3a01eb011129e1f34b653ca7eb39c (patch) | |
tree | df7667ba5db89c496db7a26e2628f32e56f17f65 /Cargo.toml | |
parent | Add tooltip on QR code (diff) | |
parent | Merge pull request #902 from kianmeng/fix-typos (diff) | |
download | miniserve-82a3207671e3a01eb011129e1f34b653ca7eb39c.tar.gz miniserve-82a3207671e3a01eb011129e1f34b653ca7eb39c.zip |
Merge branch 'master' into qrcode
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.20.0" +version = "0.21.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" |