summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-10 20:03:08 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-10-10 20:06:35 -0400
commit762ad44f71ae5934340326510c579d15bada09aa (patch)
tree6c3e7c785fa082e592f7b22deaac4045f5202457
parent705386934dc9ffe2302bb6924fed6d0211ef2085 (diff)
add version marker
-rw-r--r--globset/Cargo.toml4
1 files 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 <jamslam@gmail.com>"]
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"