summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-11-05 18:49:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-11-05 18:49:17 -0500
commit6b6180f1924c1b1f6ab1d626f04bf26c34d1e570 (patch)
treea1993bea3fdef10ff031f6ccd57a53a671d47cf0
parentdb8b4aa58488436f5a993e1835a4ca9afe6a2211 (diff)
0.9.100.9.10
-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 b09b0ce..7edece3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.9.9"
+version = "0.9.10"
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 5c57d26..911984a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.9.9" #:version
+version = "0.9.10" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"