Skip to content

Commit

Permalink
This is v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldanor committed Mar 12, 2019
1 parent 6d21340 commit d7b1b43
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdf5"
version = "0.5.0"
version = "0.5.1"
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
keywords = ["hdf5"]
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -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"
Expand All @@ -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" }
4 changes: 2 additions & 2 deletions hdf5-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdf5-derive"
version = "0.5.0"
version = "0.5.1"
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
keywords = ["hdf5"]
license = "MIT/Apache-2.0"
Expand All @@ -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 = ".." }
2 changes: 1 addition & 1 deletion hdf5-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdf5-sys"
version = "0.5.0"
version = "0.5.1"
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
keywords = ["hdf5"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion hdf5-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdf5-types"
version = "0.5.0"
version = "0.5.1"
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
keywords = ["hdf5"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit d7b1b43

Please sign in to comment.