aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-07-27 14:35:21 +0200
committerMartin Fischer <martin@push-f.com>2022-07-27 14:35:21 +0200
commit6568d9f9119deb9bc4aa698909ef10d169c75ca8 (patch)
tree94dcfa7a54f89109790bac2e0c15f598b7276008
parent70a6127d48baa86c724d467943e64074c9e41f18 (diff)
bump version to 0.4.2v0.4.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7abd2a5..5e3cc6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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)."