summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJack O'Connor <oconnor663@gmail.com>2017-08-27 14:32:20 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-08-27 15:01:05 -0400
commit3065a8c9c839f7e722a73e8375f2e41c7e084737 (patch)
tree16c9eb4b40b8ddf7a1f6b26f8d6f59faac826703 /Cargo.lock
parent208c11af56d4eaf81e6ea9ffaf7bfead43b9238f (diff)
restore the default SIGPIPE behavior as a temporary workaround
See https://github.com/BurntSushi/ripgrep/issues/200.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a9ed1c05..24763126 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,6 +10,7 @@ dependencies = [
"grep 0.1.6",
"ignore 0.2.2",
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"memmap 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",