summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-07-31 17:44:54 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-07-31 17:44:54 -0400
commit7fff7c0fd611e33d1814c1d17004197351244706 (patch)
tree0dedc130a6b8a7b1d671ea8e3d81aac55b27dc82
parentcb05a07d82b1ae97756751c64b85a3922da7f494 (diff)
-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 3a5e55a..2d2c7e8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.9.14"
+version = "0.10.0"
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 9a27fc3..2b4a44d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.9.14" #:version
+version = "0.10.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"