summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-04-04 21:42:21 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-04-04 21:42:21 -0400
commit0f4f23cf0f2ec283f5e0c5e429123b616138146a (patch)
treed784bf042a3fd9d4674b424f5939f0656cfe6cf2
parentb9d3e2b561fe9d423b05cf0ef28418c0401c1c7e (diff)
0.9.00.9.0
-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 354c496..d77bed4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.44"
+version = "0.9.0"
dependencies = [
"byteorder 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 1a4f2d8..9829f59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.44" #:version
+version = "0.9.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"