summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-11-28 00:38:32 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-11-28 00:38:32 -0500
commit2cdd5c1cf7305fd3e311cdf1a4c29d4414e8a908 (patch)
tree53e945b9a230908284fc75bc4257262b5e48d23b
parentc71617589bf62eef1f0fd212df7a4786e6c4c970 (diff)
0.4.100.4.10
-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 6d1b139..0d7a778 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.4.9"
+version = "0.4.10"
dependencies = [
"csv 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index a448ed5..5c9beab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.4.9"
+version = "0.4.10"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"