From 7120f3225862f6c718a37a8616debaebd8c3d459 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 12 Mar 2018 12:19:55 +0100 Subject: [PATCH] globset/doc: update README for 0.3 release --- globset/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globset/README.md b/globset/README.md index 71318613..f5caf22a 100644 --- a/globset/README.md +++ b/globset/README.md @@ -20,7 +20,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -globset = "0.2" +globset = "0.3" ``` and this to your crate root: