summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-11-14 11:13:41 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-11-14 11:13:41 -0500
commit4d977bfb32ab91cbdee6ca5d1dfb325d381b2e2e (patch)
treee1036a6f795c311bd0dce43f0fb8f81fe2661678
parent93fdb4832b7ff9142f89c7514fcedf3bcbd95ad6 (diff)
0.9.110.9.11
-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 99554cb..4eb0fae 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.9.10"
+version = "0.9.11"
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 0413eb0..ca6aa25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.9.10" #:version
+version = "0.9.11" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"