summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-12-30 20:15:24 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-12-30 20:15:24 -0500
commit7f6de55dc437272f8cba9badd62d53be31293d9b (patch)
tree88d4e5be15c10d0902d55627121f0308ba808ab8
parent8a193c76960ff2986e164608eabb42efeedcdb09 (diff)
0.8.90.8.9
-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 2398872..3e125eb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.8"
+version = "0.8.9"
dependencies = [
"csv 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 84a63f5..85b81a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.8" #:version
+version = "0.8.9" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"