From 436e553d2fb7e92185aeee023262a5cb7b454281 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 8 Feb 2015 09:13:43 -0500 Subject: 0.8.26 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db9959e..dc81990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "xsv" -version = "0.8.25" +version = "0.8.26" dependencies = [ "csv 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.36 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 56f235b..422afce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xsv" -version = "0.8.25" #:version +version = "0.8.26" #:version authors = ["Andrew Gallant "] description = "A high performance CSV command line toolkit." documentation = "http://burntsushi.net/rustdoc/xsv/" -- cgit v1.2.3