aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-01-26 16:56:59 +0100
committerMartin Fischer <martin@push-f.com>2021-01-26 17:01:30 +0100
commit6c44846f6bf5901eaa12b943646632bd2163c898 (patch)
tree801cd2dfdd390a9a0c8fc63c9e4b1fa614cade22 /Cargo.toml
parentcfb33b7f441e68161032b6505502b6490c4c0a3d (diff)
add request::Flash (inspired by Rocket)v0.3.4
bump version to 0.3.4
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 91ced92..278de4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sputnik"
-version = "0.3.3"
+version = "0.3.4"
authors = ["Martin Fischer <martin@push-f.com>"]
license = "MIT"
description = "A lightweight layer on top of hyper to facilitate building web applications."