Skip to content

Commit 93eabf4

Browse files
committedAug 15, 2024
Use maintained hdf5 fork instead of hdf5-rs
1 parent 6154389 commit 93eabf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ default = ["f32", "f64", "si", "std"]
3939
glam = { version = "0.24.2", optional = true }
4040
rand = { version = "0.8.5", optional = true }
4141
serde = { version = "1.0.193", features = ["derive"], optional = true }
42-
hdf5 = { version = "0.8.1", optional = true }
42+
hdf5 = { package = "hdf5-metno", version = "0.9.0", optional = true}
4343
mpi = { version = "0.7", default-features = false, features = ["derive"], optional = true }
4444
once_cell = { version = "1.18.0", optional = true }
4545
num-traits = { version = "0.2.17", default-features = false }

0 commit comments

Comments
 (0)