summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-12-20 12:44:05 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-12-20 12:44:05 -0500
commit565de0dae1565618a54ed2830a2b7cb38166ed12 (patch)
tree7fba5e1b6ab00b8995256f8267291b7653fcdc4e
parentaa4dd563ae0e5a3862ab0c643c7b0862d170e827 (diff)
0.7.50.7.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 c01db93..961d14d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"csv 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 4d3a4ef..d3527de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.7.4"
+version = "0.7.5"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"