diff --git a/Cargo.lock b/Cargo.lock index 4f43bdf0..2b980fe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "xsv" -version = "0.8.10" +version = "0.8.11" dependencies = [ "csv 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b098007a..915d217f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xsv" -version = "0.8.10" #:version +version = "0.8.11" #:version authors = ["Andrew Gallant "] description = "A high performance CSV command line toolkit." documentation = "http://burntsushi.net/rustdoc/xsv/"