summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-07-31 21:46:07 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-07-31 21:46:07 -0400
commitb08250c31ae07bf6ef1b9b5f9c386ea5c7aeb8b8 (patch)
tree638b2b2bb06a1877fd56f20ec652ff0d82404040
parent39bc0bf3fe22cda524bcdc344d3e555a26be79ef (diff)
0.10.30.10.3
-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 7b388fd..6f29480 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.10.2"
+version = "0.10.3"
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 e6fcc3e..7da72d5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.10.2" #:version
+version = "0.10.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"