From d88e7da2df41fb387bb3fe0a993eb2038361d61e Mon Sep 17 00:00:00 2001 From: Yilin Chen Date: Fri, 27 Mar 2020 23:48:36 +0800 Subject: [PATCH] Bump version to 0.2.2 Signed-off-by: Yilin Chen --- CHANGELOG.md | 4 ++++ Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eee7ed..c88ebd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.2.2 + +* Replace failure with thiserror (#17) + # 0.2.1 * Remove dependency derefable (#16) diff --git a/Cargo.toml b/Cargo.toml index eebd50f..4d31b4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" categories = ["asynchronous", "network-programming"] keywords = ["tokio", "async", "proxy", "socks", "socks5"] license = "MIT" -version = "0.2.1" +version = "0.2.2" authors = ["Yilin Chen "] edition = "2018" @@ -19,8 +19,8 @@ travis-ci = { repository = "sticnarf/tokio-socks" } tor = [] [[example]] -name="tor" -required-features=["tor"] +name = "tor" +required-features = ["tor"] [dependencies] futures = "0.3"