summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-06-16 17:25:08 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-06-16 17:25:08 -0400
commit5c992b958496076ed37e0aa55ea817eead2d36ce (patch)
treea85efd844d34258fad2a06cff113aa3cb11f0a87
parent51552c7e9a0bf7279c4ec769f90506d6e2da3cf6 (diff)
0.9.50.9.5
-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 4f08a73..85fcb66 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.9.4"
+version = "0.9.5"
dependencies = [
"byteorder 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index c15642d..3f507ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.9.4" #:version
+version = "0.9.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"