summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-12-21 20:58:33 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-12-21 20:58:33 -0500
commit28f87c7de4c484d846614491ee043f9bca8742a4 (patch)
treee2128f0fd12844f0dca37eddd99493a99356b32b
parent3d29a04408d8a27211de9a1a09d86ed7782d37d0 (diff)
0.8.20.8.2
-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 a15932e..5fe345d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"csv 0.10.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 c325058..3bbc7e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.1"
+version = "0.8.2"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"