cargo: bump to 0.7.0

This commit is contained in:
Andrew Gallant
2017-10-21 22:39:14 -04:00
parent ad5fa56490
commit efa4de8126
5 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
version = "0.6.0" #:version
version = "0.7.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw
@@ -35,8 +35,8 @@ bytecount = "0.1.4"
clap = "2.26"
encoding_rs = "0.7"
env_logger = { version = "0.4", default-features = false }
grep = { version = "0.1.5", path = "grep" }
ignore = { version = "0.2.2", path = "ignore" }
grep = { version = "0.1.7", path = "grep" }
ignore = { version = "0.3.0", path = "ignore" }
lazy_static = "0.2"
libc = "0.2"
log = "0.3"
@@ -45,7 +45,7 @@ memmap = "0.5"
num_cpus = "1"
regex = "0.2.1"
same-file = "1"
termcolor = { version = "0.3.0", path = "termcolor" }
termcolor = { version = "0.3.3", path = "termcolor" }
[build-dependencies]
clap = "2.26"