summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-01-30 19:04:27 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-01-30 19:04:27 -0500
commit56c23c243c0e0e22d5f3a0746ede992e9e4ff9b1 (patch)
treeb5a34fbd504173c512494ebebf2a0b1158413034
parent09338e5e716e9aca5a4b7f980bde47cc7730d916 (diff)
0.8.210.8.21
-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 a2c003e..16b02f3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.20"
+version = "0.8.21"
dependencies = [
"csv 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.33 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 0f4649e..bf81df1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.20" #:version
+version = "0.8.21" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"