summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-08 00:14:14 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-03-08 00:14:14 -0500
commit4484558acceb399a566ff7267ed567a37ea8a647 (patch)
tree9881d84ab663efcc90abbbb2ab74dda40c8483d4
parent11e9eb65c6b34e951fe58739c4d803267abeca8c (diff)
0.8.340.8.34
-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 bf89b99..659f1a9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.33"
+version = "0.8.34"
dependencies = [
"byteorder 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 608f8cb..24f950c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.33" #:version
+version = "0.8.34" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"