summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-06-13 09:19:23 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-06-13 09:19:23 -0300
commitd976180a1b00dbf6b03fc00ea54a017041ca591e (patch)
tree7b60304a1ee87e3404fa79d469303dc1c7cb436b /Cargo.toml
parent17233cae6e9aa2b24453f6438324b4af71359b17 (diff)
Fix potential unsound with malicious input
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 996f8b2..6291df5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "testserver"
-version = "0.1.1"
+version = "0.1.2"
description = "Static HTTP webserver that stores resources as strings"
readme = "README.md"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]