diff --git a/Cargo.lock b/Cargo.lock index f729312..0b4e00a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -691,7 +691,7 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hidefix" -version = "0.11.1" +version = "0.12.0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index fe4f464..156a0e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "LGPL-3.0-or-later" name = "hidefix" repository = "https://github.com/gauteh/hidefix" description = "Concurrent HDF5 and NetCDF4 reader (experimental)" -version = "0.11.1" +version = "0.12.0" categories = [ "filesystem", "parsing", "science" ] [lib]