From e013dace27c4f4d754681a675c0b5d1b8a30b412 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 7 Nov 2015 15:52:38 -0800 Subject: [PATCH] Bump to 0.2.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd034b166..6b2b103d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "flate2" authors = ["Alex Crichton "] -version = "0.2.9" +version = "0.2.10" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["gzip", "flate", "zlib", "encoding"]