From 5382a52eca38d53ae6597c51f3723d4bc4cc20c1 Mon Sep 17 00:00:00 2001 From: phiresky Date: Thu, 13 Jun 2019 16:06:49 +0200 Subject: [PATCH] (cargo-release) version 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbaf579..92825f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -918,7 +918,7 @@ dependencies = [ [[package]] name = "ripgrep_all" -version = "0.6.1" +version = "0.7.0" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2cf8c8f..49c86be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ripgrep_all" description = "ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc" license = "AGPL-3.0-or-later" -version = "0.6.1" +version = "0.7.0" repository = "https://github.com/phiresky/ripgrep_all" authors = ["phiresky "] edition = "2018"