summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-06-13 00:30:06 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-06-13 00:30:06 -0300
commit664f28009be26a02639325951445b84f523fc3a0 (patch)
treea47d93d2dcd37c9741b8263523d5969c1be92be8 /Cargo.toml
parent7c1613d49b6f4e84266262f04c0dd012c3415368 (diff)
Fix base64 handling
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 12c7351..996f8b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "testserver"
-version = "0.1.0"
+version = "0.1.1"
description = "Static HTTP webserver that stores resources as strings"
readme = "README.md"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]