12.1.1
Some checks failed
release / create-release (push) Has been cancelled
release / build-release (linux, ubuntu-18.04, nightly, x86_64-unknown-linux-musl) (push) Has been cancelled
release / build-release (linux-arm, ubuntu-18.04, nightly, arm-unknown-linux-gnueabihf) (push) Has been cancelled
release / build-release (macos, macos-latest, nightly, x86_64-apple-darwin) (push) Has been cancelled
release / build-release (win-gnu, windows-2019, nightly-x86_64-gnu, x86_64-pc-windows-gnu) (push) Has been cancelled
release / build-release (win-msvc, windows-2019, nightly, x86_64-pc-windows-msvc) (push) Has been cancelled
release / build-release (win32-msvc, windows-2019, nightly, i686-pc-windows-msvc) (push) Has been cancelled

This commit is contained in:
Andrew Gallant
2020-05-29 09:26:47 -04:00
parent a73c0a21d9
commit 7cb211378a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -399,7 +399,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ripgrep"
version = "12.1.0"
version = "12.1.1"
dependencies = [
"bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
version = "12.1.0" #:version
version = "12.1.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
ripgrep is a line-oriented search tool that recursively searches your current