From b28f5029d604e33c4a511c26af93d219d536ea24 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 13 Jun 2022 06:08:28 +0000 Subject: docs(cargo): bump version 0.1.15 -> 0.1.16 --- Cargo.toml | 5 ++--- README.md | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af9c279..1fdd70c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "windmark" -version = "0.1.15" +version = "0.1.16" authors = ["Fuwn "] edition = "2021" description = "An elegant and highly performant async Gemini server framework" @@ -35,5 +35,4 @@ url = "2.2.2" regex = "1.5.5" matchit = "0.5.0" -# MIME -tree_magic = { version = "0.2.3", optional = true } +tree_magic = { version = "0.2.3", optional = true } # MIME diff --git a/README.md b/README.md index a34ed2a..cb9b6e0 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,15 @@ the modern age! # Cargo.toml [dependencies] -windmark = "0.1.15" +windmark = "0.1.16" tokio = { version = "0.2.4", features = ["full"] } # If you would like to use the built-in logger (recommended) -# windmark = { version = "0.1.15", features = ["logger"] } +# windmark = { version = "0.1.16", features = ["logger"] } # If you would like to use the built-in MIME dedection when `Success`-ing a file # (recommended) -# windmark = { version = "0.1.15", features = ["auto-deduce-mime"] } +# windmark = { version = "0.1.16", features = ["auto-deduce-mime"] } ``` ### Implement a Windmark server -- cgit v1.2.3