summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-06-16 17:23:53 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-06-16 17:23:53 -0400
commite04545c911f79f5523c19bc24b74d9baa9ed852d (patch)
tree250b7235dfa8459c6de9cf8fe09911daf0c84d69
parentb386d3919cff3bd292d73d2d330a7de329d11f5c (diff)
0.9.40.9.4
-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 9391f09..4f08a73 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.9.3"
+version = "0.9.4"
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 742b724..c15642d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.9.3" #:version
+version = "0.9.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"