summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-12-21 21:02:53 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-12-21 21:02:53 -0500
commit73fc71c85739884c68c60b538d52c6f24b5a6b41 (patch)
tree1589d0c334d8064e7f072b71d0924f561dc104d3
parenta64c531b9f00e04d7cac77fb1b441700f0dfdb48 (diff)
0.8.30.8.3
-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 5fe345d..9649196 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.2"
+version = "0.8.3"
dependencies = [
"csv 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 3143ab9..9435464 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.2"
+version = "0.8.3"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"