aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-01-17 20:12:12 +0100
committerMartin Fischer <martin@push-f.com>2021-01-17 20:13:51 +0100
commitc27c5b3109e2b4fd8cdbe312f4925edc238a25e9 (patch)
treedb3bb86b90409e8751823a9669630d0a217f0c16 /Cargo.toml
parent61efc35b0a9c62c18a7a98419bf2ddbc0a52a42d (diff)
fix code block highlighting in README on crates.iov0.1.1
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 03f39a4..f469a0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sputnik"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Martin Fischer <martin@push-f.com>"]
license = "MIT"
description = "A lightweight layer on top of hyper to facilitate building web applications."