summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-11-05 18:27:37 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-11-05 18:27:37 -0500
commitb4da5b8d00e7ba36fc85d121cc477dc248a732ad (patch)
treeb691821243f1e909dc78d82f4d2971ded8b04f45
parentfd2951a2158ee4e0ae89980ed0974961dee5944d (diff)
0.9.90.9.9
-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 1529c2e..b09b0ce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.9.8"
+version = "0.9.9"
dependencies = [
"byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
"chan 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 5260369..5c57d26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.9.8" #:version
+version = "0.9.9" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"