Skip to content

Commit 538d729

Browse files
committed
Version bump to 0.2.0
1 parent f37830b commit 538d729

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdf5-rs"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Ivan Smirnov <[email protected]>"]
55
keywords = ["hdf5"]
66
license = "MIT/Apache-2.0"
@@ -22,7 +22,7 @@ lint = ["clippy"]
2222
lazy_static = "0.1"
2323
libc = "0.2"
2424
libhdf5-lib = { path = "libhdf5-lib", version = "0.1.0" }
25-
libhdf5-sys = { path = "libhdf5-sys", version = "0.1.1" }
25+
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 }
2828

libhdf5-sys/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-sys"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Ivan Smirnov <[email protected]>"]
55
keywords = ["hdf5"]
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)