From 74a59c66b40e473d00d02ef0976f9993bc2d0e2a Mon Sep 17 00:00:00 2001 From: Carl Lerche <me@carllerche.com> Date: Sat, 28 Mar 2015 17:00:59 -0700 Subject: [PATCH] Bump version to v0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1583ebf..f0ee76f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytes" -version = "0.2.1" +version = "0.2.2" license = "MIT" authors = ["Carl Lerche <me@carllerche.com>"] description = "Types and traits for working with bytes" -- GitLab