summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-21 11:12:48 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-03-21 11:12:48 -0400
commit72999f5cf63192a3db8c86b91002324d5f31bfb5 (patch)
tree17b9ac0be868b1d6228eba2e3d3a1f285e334f96
parentba9d451b7ffd3ccf6f49b239f16822000e89bd54 (diff)
0.8.390.8.39
-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 17dd3b4..190439c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.38"
+version = "0.8.39"
dependencies = [
"byteorder 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 6a739a8..cfd5cb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.38" #:version
+version = "0.8.39" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"