diff options
author | Martin Fischer <martin@push-f.com> | 2022-07-27 14:35:21 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-07-27 14:35:21 +0200 |
commit | 6568d9f9119deb9bc4aa698909ef10d169c75ca8 (patch) | |
tree | 94dcfa7a54f89109790bac2e0c15f598b7276008 | |
parent | 70a6127d48baa86c724d467943e64074c9e41f18 (diff) |
bump version to 0.4.2v0.4.2
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "sputnik" -version = "0.4.1" +version = "0.4.2" 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)." |