summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-07-31 21:42:14 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-07-31 21:42:14 -0400
commit5b17d0bc18b65e54731a2c9c84d5f58437331178 (patch)
treee49b1f4ec72980426f93975d160d3b30991d3813
parent7fff7c0fd611e33d1814c1d17004197351244706 (diff)
0.10.20.10.2
-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 2d2c7e8..7b388fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.10.0"
+version = "0.10.2"
dependencies = [
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"chan 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 2b4a44d..e6fcc3e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.10.0" #:version
+version = "0.10.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"