- flexible number of threads

- path: &str -> path: AsRef<Path>
This commit is contained in:
Wim Pomp
2025-05-15 13:34:31 +02:00
parent f4ee691cdb
commit b09f804a3f
2 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiffwrite"
version = "2025.3.1"
version = "2025.5.0"
edition = "2021"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
license = "MIT"
@@ -16,9 +16,9 @@ name = "tiffwrite"
crate-type = ["cdylib", "rlib"]
[dependencies]
anyhow = "1.0.97"
chrono = "0.4.40"
flate2 = "1.1.0"
anyhow = "1.0.98"
chrono = "0.4.41"
flate2 = "1.1.1"
ndarray = "0.16.1"
num = "0.4.3"
rayon = "1.10.0"