- bump ome-metadata dependency
- make Reader::new error instead of panic if file cannot be read
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user