Skip to content

Commit

Permalink
Use maintained hdf5 fork instead of hdf5-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehforsch committed Aug 15, 2024
1 parent 17ec6bb commit 0885b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 0885b52

Please # to comment.