From 87f94f65f45d2f562d65701b8afc2e426b5698cb Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 25 Feb 2020 21:19:51 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6697e61..43118772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,7 +408,7 @@ dependencies = [ [[package]] name = "pastel" -version = "0.6.1" +version = "0.7.0" dependencies = [ "approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7212f7e7..0a2be550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "pastel" readme = "README.md" repository = "https://github.com/sharkdp/pastel" -version = "0.6.1" +version = "0.7.0" edition = "2018" build = "build.rs" exclude = ["doc/pastel.gif"]