File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ lint = ["clippy"]
2121[dependencies ]
2222lazy_static = " 0.1"
2323libc = " 0.2"
24- libhdf5-lib = { path = " libhdf5-lib" , version = " 0.1 .0" }
24+ libhdf5-lib = { path = " libhdf5-lib" , version = " 0.2 .0" }
2525libhdf5-sys = { path = " libhdf5-sys" , version = " 0.2.0" }
2626remutex = { path = " remutex" , version = " 0.1.1" }
2727clippy = { version = " ^0.0.63" , optional = true }
@@ -36,4 +36,4 @@ regex = "0.1"
3636tempdir = " 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" }
Original file line number Diff line number Diff line change 11[package ]
22name = " libhdf5-lib"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [
" Ivan Smirnov <[email protected] >" ]
55keywords = [" hdf5" ]
66license = " MIT/Apache-2.0"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "libhdf5_sys"
1313
1414[dependencies ]
1515libc = " 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" }
You can’t perform that action at this time.
0 commit comments