From a6467f880aee7bfaeb57f81feba2b57f8f117854 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 23 Jun 2018 20:19:34 -0400 Subject: [PATCH] ripgrep: disable autotests This keeps us working in Rust 2018. Fixes #923 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index acce68b1..f0d54399 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ categories = ["command-line-utilities", "text-processing"] license = "Unlicense/MIT" exclude = ["HomebrewFormula"] build = "build.rs" +autotests = false [badges] travis-ci = { repository = "BurntSushi/ripgrep" }