summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-08-30 12:17:10 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-08-30 12:17:10 -0400
commit3b527bdac02d8240cc187284fc5a73bf76d63d04 (patch)
tree767c5b16794fc0596998c5ac98c3ecfd071ea66b
parentaf2ae90cbae145524fcd29c671a55d750eb4b8d8 (diff)
0.9.80.9.8
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 65524da..697daa4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,11 +1,11 @@
[root]
name = "xsv"
-version = "0.9.7"
+version = "0.9.8"
dependencies = [
"byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
"chan 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "docopt 0.6.71 (registry+https://github.com/rust-lang/crates.io-index)",
+ "docopt 0.6.72 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -59,7 +59,7 @@ dependencies = [
[[package]]
name = "docopt"
-version = "0.6.71"
+version = "0.6.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 5a35cf9..2aeedf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.9.7" #:version
+version = "0.9.8" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"