summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-30 20:29:10 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-03-30 20:29:10 -0400
commitc1f76572af669d369743d3548d2a94d327c9282c (patch)
tree07cd88aa826646487830f88a960978018a64d7f2
parentf493751a05be5c7a64e8dda1b170425dbaa65766 (diff)
0.8.430.8.43
-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 6be06b5..aa2c52a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "xsv"
-version = "0.8.42"
+version = "0.8.43"
dependencies = [
"byteorder 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index aa81951..f99e691 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xsv"
-version = "0.8.42" #:version
+version = "0.8.43" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"