summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-12-25 19:00:20 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-12-25 19:00:20 -0500
commit68e9be66914664e98e3fc2ae006b91f3406229b4 (patch)
tree6d44d2fc9c04de4b22868667b9fbdb9c64cfc379
parentd723312e3a4f742006447740e73d7ea423e0888f (diff)
0.8.60.8.6
-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 154b788..1bd4520 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.5"
+version = "0.8.6"
dependencies = [
"csv 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index f65172f..1cfc158 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.5" #:version
+version = "0.8.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"