aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorboastful-squirrel <boastful.squirrel@gmail.com>2019-04-15 15:35:33 +0000
committerboastful-squirrel <boastful.squirrel@gmail.com>2019-04-15 15:35:33 +0000
commit396d292abab3f40dc71f72f5b8011c13555d155a (patch)
tree881fec149b1a4a534b7f143242d2352217b904c8 /Cargo.toml
parentUse to_string() and fix comment (diff)
parentRevert "Bump actix from 0.7.9 to 0.8.0" (diff)
downloadminiserve-396d292abab3f40dc71f72f5b8011c13555d155a.tar.gz
miniserve-396d292abab3f40dc71f72f5b8011c13555d155a.zip
Merge branch 'master' into socketaddr
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 43a32f9..731927f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"