From 1f1aa3654781dcd06d73bc40f15f3524a6684770 Mon Sep 17 00:00:00 2001 From: Carl Lerche <me@carllerche.com> Date: Sun, 15 Feb 2015 14:54:38 -0800 Subject: [PATCH] Bump version to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4310b06..cddeeae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytes" -version = "0.1.1" +version = "0.1.2" license = "MIT" authors = ["Carl Lerche <me@carllerche.com>"] description = "Types and traits for working with bytes" -- GitLab