Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Yilin Chen <[email protected]>
  • Loading branch information
sticnarf committed Mar 27, 2020
1 parent 6b3b305 commit d88e7da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.2

* Replace failure with thiserror (#17)

# 0.2.1

* Remove dependency derefable (#16)
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
edition = "2018"

Expand All @@ -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"
Expand Down

0 comments on commit d88e7da

Please sign in to comment.