summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-01-10 00:01:55 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-01-10 00:01:55 -0500
commitdb47b39777f47a7ed5b644b77f7e3cc207ddc6e5 (patch)
tree1107ff141bf762f1944d12dba87ce7099ac87167
parent8ad59c473756491b57736acc70e31f0bf9856bb7 (diff)
0.8.160.8.16
-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 19303fa..336d409 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.15"
+version = "0.8.16"
dependencies = [
"csv 0.12.9 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.30 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 78e64ce..3909ccb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.15" #:version
+version = "0.8.16" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"