Skip to content

Commit

Permalink
Use latest image-tiff version
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Feb 9, 2024
1 parent dca2d8b commit ec702c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ec702c2

Please sign in to comment.