From 762ad44f71ae5934340326510c579d15bada09aa Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 10 Oct 2016 20:03:08 -0400 Subject: [PATCH] add version marker --- globset/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/globset/Cargo.toml b/globset/Cargo.toml index f0893256..1106d923 100644 --- a/globset/Cargo.toml +++ b/globset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "globset" -version = "0.1.0" +version = "0.0.1" #:version authors = ["Andrew Gallant "] description = """ Cross platform single glob and glob set matching. Glob set matching is the @@ -10,7 +10,7 @@ simultaneously, and returning all of the globs that matched. documentation = "https://docs.rs/globset" homepage = "https://github.com/BurntSushi/ripgrep/tree/master/globset" repository = "https://github.com/BurntSushi/ripgrep/tree/master/globset" -readme = "globset/README.md" +readme = "README.md" keywords = ["regex", "glob", "multiple", "set", "pattern"] license = "Unlicense/MIT"