summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-07 23:47:33 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-03-07 23:47:33 -0500
commit2131a34e3e3108c1a6833f42311393d3aee9c8c3 (patch)
treee8730633c63a6a1d829a9daf88d63ac798069b62
parentc273f8d9adbeac5aa7f4f6d2495c2f101bd72545 (diff)
0.8.330.8.33
-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 f07e556..747baa0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.32"
+version = "0.8.33"
dependencies = [
"byteorder 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index b76ecf0..608f8cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.32" #:version
+version = "0.8.33" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"