From ec702c27482b486340b8c05b0c186840adf75763 Mon Sep 17 00:00:00 2001 From: Pirmin Kalberer Date: Fri, 9 Feb 2024 14:30:41 +0100 Subject: [PATCH] Use latest image-tiff version --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a1aa10..577003b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,14 +10,15 @@ repository = "https://github.com/pka/georaster" readme = "README.md" license = "MIT/Apache-2.0" keywords = ["tiff", "geo"] +categories = ["science::geo", "multimedia::images"] exclude = [ "data", ] [dependencies] -tiff = { git = "https://github.com/image-rs/image-tiff" } +tiff = "0.9.1" [dev-dependencies] -image = "0.24.5" -http-range-client = "0.7.0" +image = "0.24.7" +http-range-client = "0.7.2" env_logger = "0.10.0"