(cargo-release) version 0.9.6

This commit is contained in:
phiresky 2020-05-19 12:07:16 +02:00
parent 82f4c37e51
commit 291033bf9f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1008,7 +1008,7 @@ dependencies = [
[[package]] [[package]]
name = "ripgrep_all" name = "ripgrep_all"
version = "0.9.6-alpha.0" version = "0.9.6"
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.6-alpha.0" version = "0.9.6"
repository = "https://github.com/phiresky/ripgrep-all" repository = "https://github.com/phiresky/ripgrep-all"
homepage = "https://github.com/phiresky/ripgrep-all" homepage = "https://github.com/phiresky/ripgrep-all"
authors = ["phiresky <phireskyde+git@gmail.com>"] authors = ["phiresky <phireskyde+git@gmail.com>"]