summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-01-06 19:53:37 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-01-06 19:53:37 -0500
commit2b0ed2c5a7b210e2dc0be7dec5e4458a47130c9c (patch)
treeb8552b4ee9fbd77675c91d13b123dd47f0512e89
parenta2588cf840fe8c07a27283723512828f72bba247 (diff)
0.8.130.8.13
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8b0f488..743b17f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.12"
+version = "0.8.13"
dependencies = [
"csv 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.25 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index aabcd34..8989ccd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.12" #:version
+version = "0.8.13" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"