From 7fff7c0fd611e33d1814c1d17004197351244706 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 31 Jul 2016 17:44:54 -0400 Subject: [PATCH] 0.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a5e55a7..2d2c7e87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "xsv" -version = "0.9.14" +version = "0.10.0" dependencies = [ "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "chan 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9a27fc36..2b4a44d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xsv" -version = "0.9.14" #:version +version = "0.10.0" #:version authors = ["Andrew Gallant "] description = "A high performance CSV command line toolkit." documentation = "http://burntsushi.net/rustdoc/xsv/"