aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-04-18 10:42:14 +0200
committerMartin Fischer <martin@push-f.com>2021-04-18 10:42:14 +0200
commite731a5f94e1062cb62c2f8e9e123aee528b322ac (patch)
treefb2f25370e170564a53c93d246c3ca556ed88a21 /Cargo.toml
parentd6b193f4adc29421901d7a27e3fba33dd6b14978 (diff)
add html_escape methodv0.4.1
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 3f00168..e003463 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sputnik"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Martin Fischer <martin@push-f.com>"]
license = "MIT"
description = "Extends the types from the http crate with methods to deal with cookies/content-types (and optionally adds deserialization methods to hyper::Body)."