aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-01-25 22:38:06 +0100
committerMartin Fischer <martin@push-f.com>2021-01-25 22:50:40 +0100
commit3fd065757f02ebf1d055912e6809fac15c8bf058 (patch)
treef09e640f5c46111f5d63b68e5ec91bfbaee57541 /Cargo.toml
parente04c832200f38ab49ce8e7a6d08ffc549b8a98e2 (diff)
reintroduce CsrfToken typev0.3.3
Raw HTML is potentially dangerous so it's better to provide an encapsulating type instead of relying on naked strings. bump version to 0.3.3
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 1efc0de..91ced92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sputnik"
-version = "0.3.2"
+version = "0.3.3"
authors = ["Martin Fischer <martin@push-f.com>"]
license = "MIT"
description = "A lightweight layer on top of hyper to facilitate building web applications."