aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-01-20 11:41:03 +0100
committerMartin Fischer <martin@push-f.com>2021-01-20 11:53:26 +0100
commitb886de1afc0b90d7ca27db9d5c7dabddbe3d7ee0 (patch)
tree6707f203caafd85a07c5842a2ac8146b7c325981 /Cargo.toml
parentc55c4a49414f9dbcb637ba5ea765f4af9aebf807 (diff)
introduce Error::Simple and Error::Response
bump version to 0.2.2
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 8cff0fb..fe55027 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sputnik"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Martin Fischer <martin@push-f.com>"]
license = "MIT"
description = "A lightweight layer on top of hyper to facilitate building web applications."