diff options
author | Martin Fischer <martin@push-f.com> | 2021-04-18 10:42:14 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-04-18 10:42:14 +0200 |
commit | e731a5f94e1062cb62c2f8e9e123aee528b322ac (patch) | |
tree | fb2f25370e170564a53c93d246c3ca556ed88a21 /Cargo.toml | |
parent | d6b193f4adc29421901d7a27e3fba33dd6b14978 (diff) |
add html_escape methodv0.4.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)." |