From ce1f7a7e9d4e544009c15cf0a91c07c1e7ad3869 Mon Sep 17 00:00:00 2001 From: John Lindsay Date: Fri, 24 May 2019 12:08:06 -0400 Subject: [PATCH] updates to cargo.toml updates to cargo.toml --- .DS_Store | Bin 6148 -> 6148 bytes Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index e9b75651b8ae168596a4f6f05d46a597433b0e09..a85e1ae77c922e4ba070119a3cda8f8a81c0104e 100644 GIT binary patch delta 21 ccmZoMXffC@m5syL!bnHK#LQ&#T()#U07nW25dZ)H delta 21 ccmZoMXffC@m5sx~)JR9c*xY>cT()#U07p0m761SM diff --git a/Cargo.lock b/Cargo.lock index 20c7587e4..3e941bdf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "whitebox_tools" -version = "0.15.1" +version = "0.16.0" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2b7bbd615..3607108dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whitebox_tools" -version = "0.15.1" +version = "0.16.0" authors = ["John Lindsay "] description = "A library for analyzing geospatial data." keywords = ["geospatial", "GIS", "remote sensing", "geomatics", "image processing", "lidar", "spatial analysis"]