Skip to content

Commit 10025d3

Browse files
committed
Set version of libhdf5-lib to 0.2.0 as well
1 parent 538d729 commit 10025d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lint = ["clippy"]
2121
[dependencies]
2222
lazy_static = "0.1"
2323
libc = "0.2"
24-
libhdf5-lib = { path = "libhdf5-lib", version = "0.1.0" }
24+
libhdf5-lib = { path = "libhdf5-lib", version = "0.2.0" }
2525
libhdf5-sys = { path = "libhdf5-sys", version = "0.2.0" }
2626
remutex = { path = "remutex", version = "0.1.1" }
2727
clippy = { version = "^0.0.63", optional = true }
@@ -36,4 +36,4 @@ regex = "0.1"
3636
tempdir = "0.3"
3737

3838
[build-dependencies]
39-
libhdf5-lib = { path = "libhdf5-lib", version = "0.1.0" }
39+
libhdf5-lib = { path = "libhdf5-lib", version = "0.2.0" }

libhdf5-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libhdf5-lib"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Ivan Smirnov <[email protected]>"]
55
keywords = ["hdf5"]
66
license = "MIT/Apache-2.0"

libhdf5-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "libhdf5_sys"
1313

1414
[dependencies]
1515
libc = "0.2"
16-
libhdf5-lib = { path = "../libhdf5-lib", version = "0.1.0" }
16+
libhdf5-lib = { path = "../libhdf5-lib", version = "0.2.0" }
1717

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

0 commit comments

Comments
 (0)