summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-01-05 19:35:32 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-01-05 19:35:32 -0500
commit06ea082f1c4b9f31cec95f12fe417b089fe1bf23 (patch)
tree238d603e9cc4b21124e11d9fe6017e67e23b62d4
parent769a3a3688769f6204c3fe0f5d53d2e261e39102 (diff)
0.8.120.8.12
-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 13eb00e..ea64b76 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.11"
+version = "0.8.12"
dependencies = [
"csv 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 915d217..57fd78f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.11" #:version
+version = "0.8.12" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"