summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-12-14 20:12:55 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-12-14 20:12:55 -0500
commit5a92cf8b4ee5a0840f352241b00cc7c098b18ed8 (patch)
treefe58f1fa2f13f8d3ce3c4ec57ac1c0b6eb001c83
parent9d580fd2018abe00b5576bfb4e8937b013586a8e (diff)
0.7.10.7.1
-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 64ee719..b193a07 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"csv 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index b64ac1a..a40d954 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.7.0"
+version = "0.7.1"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"