summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-03-15 10:30:10 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-03-15 10:30:10 -0700
commitc80953f0783c7fa43e1b751b0caca236bb928791 (patch)
tree1a0ffc85dba13d9a12c0688dc05076f6d6ade4b1
parent8c1838e0934d1b7f0675fb4fa62eb3898f4f6ec7 (diff)
Bump to 0.1.6
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22ac7259..90a5ad96 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-core"
-version = "0.1.5"
+version = "0.1.6"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tokio-core"