From 0885b52fde8fe6c959dbe027f1b07f984a396682 Mon Sep 17 00:00:00 2001 From: Toni Peter Date: Thu, 15 Aug 2024 20:50:23 +0200 Subject: [PATCH] Use maintained hdf5 fork instead of hdf5-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e8cfd4..18e9689 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ default = ["f32", "f64", "si", "std"] glam = { version = "0.24.2", optional = true } rand = { version = "0.8.5", optional = true } serde = { version = "1.0.193", features = ["derive"], optional = true } -hdf5 = { version = "0.8.1", optional = true } +hdf5 = { package = "hdf5-metno", version = "0.9.0", optional = true} mpi = { version = "0.7", default-features = false, features = ["derive"], optional = true } once_cell = { version = "1.18.0", optional = true } num-traits = { version = "0.2.17", default-features = false }