summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-12-02 00:20:23 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-12-02 00:20:23 -0500
commitd6ec86d8919262cd190dc6b5803150975240b20b (patch)
tree945546faa750919398d73f5fcf9d237ec66e0d04
parent50c1d959051292b0c4f10278dd70dbe98b20f0cd (diff)
0.4.110.4.11
-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 b40d41f..e296a69 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.4.10"
+version = "0.4.11"
dependencies = [
"csv 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index e30f5b8..c2cca22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.4.10"
+version = "0.4.11"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"