From d5fc99e0814be92d751706522cae64d87bd84f32 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 4 Sep 2016 13:34:00 -0700 Subject: [PATCH] Bump version to 0.3.0 --- Cargo.toml | 2 +- Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e986312..332984fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://gyscos.github.io/zstd-rs/zstd/index.html" license = "MIT" name = "zstd" repository = "https://github.com/gyscos/zstd-rs" -version = "0.2.1" +version = "0.3.0" exclude = ["assets"] [build-dependencies] diff --git a/Readme.md b/Readme.md index 7a7cdd2c..7e6ec4f4 100644 --- a/Readme.md +++ b/Readme.md @@ -22,7 +22,7 @@ $ cargo add zstd # Cargo.toml [dependencies] -zstd = "0.2" +zstd = "0.3" ``` ## 2 - Usage