summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-02-20 23:53:45 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-02-20 23:53:45 -0500
commit0966bf6b94dbd8012f2b00f241748eb6a77a9843 (patch)
tree757d04ef49a6a4e84a79172213108bb7aa42a354
parentdc8c8ba12cbc7478d3fc5c9eaf7e4486d2f97221 (diff)
0.8.290.8.29
-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 18cd2f6..c78e0fa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.28"
+version = "0.8.29"
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 759a368..5026b22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.28" #:version
+version = "0.8.29" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"