summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-06-13 13:43:43 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-06-13 13:43:43 -0300
commit7de445737af96368dc453e8d8c04d1063982b3fd (patch)
tree9095d5589f36d21fd7214e7a7c6216e43293ca7f /Cargo.toml
parentd976180a1b00dbf6b03fc00ea54a017041ca591e (diff)
Expose the IP as a pub constHEADdefault
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 6291df5..6293a3a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "testserver"
-version = "0.1.2"
+version = "0.1.3"
description = "Static HTTP webserver that stores resources as strings"
readme = "README.md"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]