From 3393756b2dc1f758f7238b91e7c1a8d662ebd9ba Mon Sep 17 00:00:00 2001 From: Matthew Kolopanis Date: Mon, 25 Oct 2021 12:18:59 -0700 Subject: [PATCH] pins hdf5 version to published 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f06095..daf0070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ bench = false num = "0.4" chrono = "0.4" ndarray = { version = "0.15.3", features = ["approx", "serde"]} -hdf5 = { git = "https://github.com/aldanor/hdf5-rust.git", features = ["lzf"]} +hdf5 = { version = "0.8", features = ["lzf"]} serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"