diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-07 13:57:06 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-07 13:57:06 +0000 |
commit | 4394ba8c1a444a5be2f26d73063a503fb35509b1 (patch) | |
tree | 97030cd34c758a05937297780c226425c36f7f52 /Cargo.toml | |
parent | Merge pull request #55 from boastful-squirrel/colorscheme (diff) | |
download | miniserve-b8ec6e2846a84d743f3d3d220becf476131e9250.tar.gz miniserve-b8ec6e2846a84d743f3d3d220becf476131e9250.zip |
This is v0.4.0v0.4.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.3.1" +version = "0.4.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" @@ -44,4 +44,4 @@ libflate = "0.1.21" failure = "0.1.5" log = "0.4.6" strum = "0.15.0" -strum_macros = "0.15.0"
\ No newline at end of file +strum_macros = "0.15.0" |