1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

add version marker

This commit is contained in:
Andrew Gallant 2016-10-10 20:03:08 -04:00
parent 705386934d
commit 762ad44f71

View File

@ -1,6 +1,6 @@
[package] [package]
name = "globset" name = "globset"
version = "0.1.0" version = "0.0.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"] authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """ description = """
Cross platform single glob and glob set matching. Glob set matching is the 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" documentation = "https://docs.rs/globset"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/globset" homepage = "https://github.com/BurntSushi/ripgrep/tree/master/globset"
repository = "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"] keywords = ["regex", "glob", "multiple", "set", "pattern"]
license = "Unlicense/MIT" license = "Unlicense/MIT"