- bump ome-metadata dependency

- make Reader::new error instead of panic if file cannot be read
This commit is contained in:
Wim Pomp
2026-01-04 15:09:23 +01:00
parent 3c14168878
commit 8db873c425
2 changed files with 23 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ndbioimage"
version = "2026.1.0"
version = "2026.1.1"
edition = "2024"
rust-version = "1.85.1"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
@@ -36,7 +36,7 @@ serde_json = { version = "1", optional = true }
serde_with = "3"
tiffwrite = { version = "2025.12.0", optional = true}
thread_local = "1"
ome-metadata = "0.3"
ome-metadata = "0.3.2"
lazy_static = "1"
thiserror = "2"