aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-10-26 01:05:57 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-10-26 01:05:57 +0000
commitc957d6c525ea3413a0fca49d1928b4f440f8d2b4 (patch)
tree2de98d063a13e1f7901e01da577b055dce80c146 /Cargo.toml
parentUpgrade to Rust 2021 edition (diff)
downloadminiserve-c957d6c525ea3413a0fca49d1928b4f440f8d2b4.tar.gz
miniserve-c957d6c525ea3413a0fca49d1928b4f440f8d2b4.zip
(cargo-release) version 0.18.0v0.18.0
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 e4d3f2e..1a5b261 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.17.1-alpha.0"
+version = "0.18.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"