summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-02-26 13:35:36 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-02-26 13:35:36 -0500
commit1a09e0c74be3ff29d5c6ffe1dc542910c8a174b4 (patch)
treec8b97ad4c82dd3ca519d69c9443408744b0df84a
parent378071c264babe054f49eb1c1817daf79986e10a (diff)
0.8.300.8.30
-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 ea4ba2c..31e0198 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.29"
+version = "0.8.30"
dependencies = [
"csv 0.12.17 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.39 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index e5e311e..a976362 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.29" #:version
+version = "0.8.30" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"