summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-01-09 23:20:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-01-09 23:20:17 -0500
commitc6cfcb93073db9c29db0e2b3ff1e6210b977d752 (patch)
tree4a49095296415c62ff0b94c4f04802e98ad295b6
parent72e1d5eb684acb8158020d1a136dd4bb3f5f47f0 (diff)
0.8.150.8.15
-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 a36b260..9219b0d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.14"
+version = "0.8.15"
dependencies = [
"csv 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index db47cf2..78e64ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.14" #:version
+version = "0.8.15" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"