summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-12-02 21:48:33 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-12-02 21:48:33 -0500
commitfe0c9536a8ba336ea189c1aef2bf71059da60312 (patch)
treeb491bad5ad1c36d761b97f353167c735fe5d90a2
parent845bff49f6b280f23874ea695eb3f187321c301b (diff)
0.6.130.6.13
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c92139f..fcf6261 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,9 +1,9 @@
[root]
name = "xsv"
-version = "0.4.12"
+version = "0.6.13"
dependencies = [
"csv 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "docopt 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "docopt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"quickcheck 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"streaming-stats 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tabwriter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -16,7 +16,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "docopt"
-version = "0.6.11"
+version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -34,6 +34,6 @@ name = "tabwriter"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "docopt 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "docopt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
diff --git a/Cargo.toml b/Cargo.toml
index 788fd5c..b618cb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.4.12"
+version = "0.6.13"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"