From e1de43aa08d678e4e2c89ae4bc553a4e110e000d Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Mon, 12 Aug 2024 13:08:27 +0200 Subject: [PATCH] Bump hdf5-src --- hdf5-src/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf5-src/Cargo.toml b/hdf5-src/Cargo.toml index 711611b4..da0eb198 100644 --- a/hdf5-src/Cargo.toml +++ b/hdf5-src/Cargo.toml @@ -22,7 +22,7 @@ exclude = [ "ext/hdf5/HDF5Examples/**", "ext/hdf5/doxygen/**", ] -version.workspace = true +version = "0.9.1" # !V rust-version.workspace = true authors.workspace = true keywords.workspace = true