diff --git a/Cargo.lock b/Cargo.lock index a194056e..51f8ca5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "xsv" -version = "0.10.3" +version = "0.11.0" dependencies = [ "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "chan 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7da72d53..6d36b620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xsv" -version = "0.10.3" #:version +version = "0.11.0" #:version authors = ["Andrew Gallant "] description = "A high performance CSV command line toolkit." documentation = "http://burntsushi.net/rustdoc/xsv/"