(cargo-release) start next development iteration 0.9.6-alpha.0

This commit is contained in:
phiresky 2020-04-08 13:25:52 +02:00
parent 3836e050f6
commit 1979f07ac5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1006,7 +1006,7 @@ dependencies = [
[[package]] [[package]]
name = "ripgrep_all" name = "ripgrep_all"
version = "0.9.5" version = "0.9.6-alpha.0"
dependencies = [ dependencies = [
"bincode", "bincode",
"bzip2", "bzip2",

View File

@ -4,7 +4,7 @@ name = "ripgrep_all"
description = "rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc." description = "rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc."
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
readme = "README.md" readme = "README.md"
version = "0.9.5" version = "0.9.6-alpha.0"
repository = "https://github.com/phiresky/ripgrep_all" repository = "https://github.com/phiresky/ripgrep_all"
authors = ["phiresky <phireskyde+git@gmail.com>"] authors = ["phiresky <phireskyde+git@gmail.com>"]
edition = "2018" edition = "2018"