mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-24 04:14:57 +00:00
(cargo-release) version 0.9.3
This commit is contained in:
parent
20caf5d29a
commit
fb7c3c7aa4
@ -1,3 +1,7 @@
|
||||
# 0.9.3 (2019-09-19)
|
||||
|
||||
- Fix compilation on new Rust by updating rusqlite ([#25](https://github.com/phiresky/ripgrep-all/pull/25))
|
||||
|
||||
# 0.9.2 (2019-06-17)
|
||||
|
||||
- Fix file ending regex ([#13](https://github.com/phiresky/ripgrep-all/issues/13))
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -936,7 +936,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ripgrep_all"
|
||||
version = "0.9.3-alpha.0"
|
||||
version = "0.9.3"
|
||||
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)",
|
||||
|
@ -4,7 +4,7 @@ name = "ripgrep_all"
|
||||
description = "rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc."
|
||||
license = "AGPL-3.0-or-later"
|
||||
readme = "README.md"
|
||||
version = "0.9.3-alpha.0"
|
||||
version = "0.9.3"
|
||||
repository = "https://github.com/phiresky/ripgrep_all"
|
||||
authors = ["phiresky <phireskyde+git@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
Loading…
Reference in New Issue
Block a user