From eb96add1a4722f4da93405854d5ac8e68ce4cb3e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 10 Aug 2017 13:13:31 -0700 Subject: [PATCH] Release v0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f6cdfad..c82e15f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socket2" -version = "0.2.1" +version = "0.2.2" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md"