diff options
author | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-04-15 15:35:33 +0000 |
---|---|---|
committer | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-04-15 15:35:33 +0000 |
commit | 396d292abab3f40dc71f72f5b8011c13555d155a (patch) | |
tree | 881fec149b1a4a534b7f143242d2352217b904c8 /Cargo.toml | |
parent | Use to_string() and fix comment (diff) | |
parent | Revert "Bump actix from 0.7.9 to 0.8.0" (diff) | |
download | miniserve-396d292abab3f40dc71f72f5b8011c13555d155a.tar.gz miniserve-396d292abab3f40dc71f72f5b8011c13555d155a.zip |
Merge branch 'master' into socketaddr
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.4.0" +version = "0.4.1" 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" |