summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-02-07 10:52:37 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-02-07 10:52:37 -0500
commitc94a6744713b44b04e3fc35d02bb2b2f6dc9dbe3 (patch)
tree9675de4c0b17d28b60a63235381128951bf7c193
parent87c99c53cd95dabc646d79ca1cea7f936a4f9f51 (diff)
0.8.250.8.25
-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 7575a16..b05d23f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.24"
+version = "0.8.25"
dependencies = [
"csv 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.36 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 5629dc2..56f235b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.24" #:version
+version = "0.8.25" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"