(cargo-release) version 0.9.4

This commit is contained in:
phiresky 2020-04-08 13:15:18 +02:00
parent 3c0dcda43f
commit 1dc88383b2
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.4-alpha.0" version = "0.9.4"
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.4-alpha.0" version = "0.9.4"
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"