summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-05-17 12:13:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-05-17 12:13:46 -0400
commit9a107caa90a48807ef040466155c42135a885989 (patch)
tree167024bf8cc4b3caa564ac608c8a63446c935e62
parentfcf704dfb075253d2a6d6aab3b1e7cb00c587dfb (diff)
0.9.30.9.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 039fbcc..f7e3c94 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.9.2"
+version = "0.9.3"
dependencies = [
"byteorder 0.3.9 (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 64a034f..742b724 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.9.2" #:version
+version = "0.9.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"