summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-28 11:16:16 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-03-28 11:16:16 -0400
commita757ded560de9ab4f9a8ba2c7df7ea3a59f6a1da (patch)
treedbbfe661cce99fed4e4870f6bf7aa0be02efda89
parenteb087b32205e6f5af959b3b407d448942fa878c7 (diff)
0.8.420.8.42
-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 c5b6336..b9406b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.41"
+version = "0.8.42"
dependencies = [
"byteorder 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index d09fc2c..aa81951 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.41" #:version
+version = "0.8.42" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"