summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-12-05 22:44:08 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-12-05 22:44:08 -0500
commit8c4431fb816b66896edc16345471746cc7d76629 (patch)
tree324363373bd9dd26ecfe9e3d952fa1b270cfe156
parent40f645ed3e51670eed849ff3d67e5ec65d8a506b (diff)
0.4.140.4.14
-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 a2e5242..61562ce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.4.13"
+version = "0.4.14"
dependencies = [
"csv 0.7.1 (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 db7ad0b..9c0d77d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.4.13"
+version = "0.4.14"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"