aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-04-07 13:57:06 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-04-07 13:57:06 +0000
commit4394ba8c1a444a5be2f26d73063a503fb35509b1 (patch)
tree97030cd34c758a05937297780c226425c36f7f52 /Cargo.toml
parentMerge pull request #55 from boastful-squirrel/colorscheme (diff)
downloadminiserve-b8ec6e2846a84d743f3d3d220becf476131e9250.tar.gz
miniserve-b8ec6e2846a84d743f3d3d220becf476131e9250.zip
This is v0.4.0v0.4.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 94b7455..43a32f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"