summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-07-04 10:02:05 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-07-04 10:02:05 -0400
commitc13ea61dcdb2a441cbdbb69d6e9eaf2ebe58bd13 (patch)
tree3bfc9b48c43670359822db0e954c31a2b29c173f
parent87dfce60cf105ee7a4f93ac5ec933e5c38573547 (diff)
0.9.60.9.6
-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 1b269a8..9953773 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.9.5"
+version = "0.9.6"
dependencies = [
"byteorder 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 3f507ac..6d801f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.9.5" #:version
+version = "0.9.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"