From 8b57d78b96f9b659595297a19627bd45a6ee4025 Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Sun, 6 May 2018 16:02:08 -0700 Subject: [PATCH] doc: update suggested version for ignore --- ignore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignore/README.md b/ignore/README.md index a7a235ba..f527da46 100644 --- a/ignore/README.md +++ b/ignore/README.md @@ -20,7 +20,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -ignore = "0.3" +ignore = "0.4" ``` and this to your crate root: