From d7b1b43b817202057c1601029c363d6c65365c77 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Tue, 12 Mar 2019 23:02:40 +0000 Subject: [PATCH] This is v0.5.1 --- Cargo.toml | 10 +++++----- hdf5-derive/Cargo.toml | 4 ++-- hdf5-sys/Cargo.toml | 2 +- hdf5-types/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1971e1d2a..cbaad150b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdf5" -version = "0.5.0" +version = "0.5.1" authors = ["Ivan Smirnov "] keywords = ["hdf5"] license = "MIT/Apache-2.0" @@ -28,9 +28,9 @@ ndarray = "0.12" num-integer = "0.1" num-traits = "0.2" mpi-sys = { version = "0.1", optional = true } -hdf5-sys = { path = "hdf5-sys", version = "0.5.0" } -hdf5-types = { path = "hdf5-types", version = "0.5.0" } -hdf5-derive = { path = "hdf5-derive", version = "0.5.0" } +hdf5-sys = { path = "hdf5-sys", version = "0.5.1" } +hdf5-types = { path = "hdf5-types", version = "0.5.1" } +hdf5-derive = { path = "hdf5-derive", version = "0.5.1" } [dev-dependencies] mashup = "0.1" @@ -40,4 +40,4 @@ scopeguard = "1.0" tempdir = "0.3" [build-dependencies] -hdf5-sys = { path = "hdf5-sys", version = "0.5.0" } +hdf5-sys = { path = "hdf5-sys", version = "0.5.1" } diff --git a/hdf5-derive/Cargo.toml b/hdf5-derive/Cargo.toml index aa5ac75c3..daf298ca4 100644 --- a/hdf5-derive/Cargo.toml +++ b/hdf5-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdf5-derive" -version = "0.5.0" +version = "0.5.1" authors = ["Ivan Smirnov "] keywords = ["hdf5"] license = "MIT/Apache-2.0" @@ -19,4 +19,4 @@ syn = { version = "0.15", features = ["derive", "extra-traits"]} [dev-dependencies] compiletest_rs = { version = "0.3.18", features = ["stable"] } -hdf5 = { version = "0.5.0", path = ".." } +hdf5 = { version = "0.5.1", path = ".." } diff --git a/hdf5-sys/Cargo.toml b/hdf5-sys/Cargo.toml index 0b5a197f1..191c9e014 100644 --- a/hdf5-sys/Cargo.toml +++ b/hdf5-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdf5-sys" -version = "0.5.0" +version = "0.5.1" authors = ["Ivan Smirnov "] keywords = ["hdf5"] license = "MIT/Apache-2.0" diff --git a/hdf5-types/Cargo.toml b/hdf5-types/Cargo.toml index c2f355a8d..38212e81f 100644 --- a/hdf5-types/Cargo.toml +++ b/hdf5-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdf5-types" -version = "0.5.0" +version = "0.5.1" authors = ["Ivan Smirnov "] keywords = ["hdf5"] license = "MIT/Apache-2.0"