From e62bd07b779da10b30f672fd4211cfca83b33561 Mon Sep 17 00:00:00 2001 From: Carl Lerche <me@carllerche.com> Date: Sun, 12 Apr 2015 15:29:37 -0700 Subject: [PATCH] Bump version to v0.2.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb1f9e1..2f10bf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytes" -version = "0.2.6" +version = "0.2.7" license = "MIT" authors = ["Carl Lerche <me@carllerche.com>"] description = "Types and traits for working with bytes" -- GitLab