Skip to content

Commit

Permalink
Set version of libhdf5-lib to 0.2.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
aldanor committed Apr 17, 2016
1 parent 538d729 commit 10025d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lint = ["clippy"]
[dependencies]
lazy_static = "0.1"
libc = "0.2"
libhdf5-lib = { path = "libhdf5-lib", version = "0.1.0" }
libhdf5-lib = { path = "libhdf5-lib", version = "0.2.0" }
libhdf5-sys = { path = "libhdf5-sys", version = "0.2.0" }
remutex = { path = "remutex", version = "0.1.1" }
clippy = { version = "^0.0.63", optional = true }
Expand All @@ -36,4 +36,4 @@ regex = "0.1"
tempdir = "0.3"

[build-dependencies]
libhdf5-lib = { path = "libhdf5-lib", version = "0.1.0" }
libhdf5-lib = { path = "libhdf5-lib", version = "0.2.0" }
2 changes: 1 addition & 1 deletion libhdf5-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libhdf5-lib"
version = "0.1.0"
version = "0.2.0"
authors = ["Ivan Smirnov <[email protected]>"]
keywords = ["hdf5"]
license = "MIT/Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions libhdf5-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "libhdf5_sys"

[dependencies]
libc = "0.2"
libhdf5-lib = { path = "../libhdf5-lib", version = "0.1.0" }
libhdf5-lib = { path = "../libhdf5-lib", version = "0.2.0" }

[build-dependencies]
libhdf5-lib = { path = "../libhdf5-lib", version = "0.1.0" }
libhdf5-lib = { path = "../libhdf5-lib", version = "0.2.0" }

0 comments on commit 10025d3

Please sign in to comment.