Skip to content

Commit 03084fe

Browse files
committed
Bump versions of all crates to v0.3.0
1 parent b02bb37 commit 03084fe

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdf5"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Ivan Smirnov <[email protected]>"]
55
keywords = ["hdf5"]
66
license = "MIT/Apache-2.0"
@@ -28,9 +28,9 @@ ndarray = "0.12"
2828
num-integer = "0.1"
2929
num-traits = "0.2"
3030
mpi-sys = { version = "0.1", optional = true }
31-
hdf5-sys = { path = "hdf5-sys", version = "0.2.0" }
32-
hdf5-types = { path = "hdf5-types", version = "0.2.0" }
33-
hdf5-derive = { path = "hdf5-derive", version = "0.2.0" }
31+
hdf5-sys = { path = "hdf5-sys", version = "0.3.0" }
32+
hdf5-types = { path = "hdf5-types", version = "0.3.0" }
33+
hdf5-derive = { path = "hdf5-derive", version = "0.3.0" }
3434

3535
[dev-dependencies]
3636
mashup = "0.1"
@@ -40,4 +40,4 @@ scopeguard = "1.0"
4040
tempdir = "0.3"
4141

4242
[build-dependencies]
43-
hdf5-sys = { path = "hdf5-sys", version = "0.2.0" }
43+
hdf5-sys = { path = "hdf5-sys", version = "0.3.0" }

hdf5-derive/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdf5-derive"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Ivan Smirnov <[email protected]>"]
55
edition = "2018"
66

@@ -11,7 +11,7 @@ proc-macro = true
1111
proc-macro2 = "0.4"
1212
quote = "0.6"
1313
syn = { version = "0.15", features = ["derive", "extra-traits"]}
14-
hdf5-types = { path = "../hdf5-types", version = "0.2.0" }
14+
hdf5-types = { path = "../hdf5-types", version = "0.3.0" }
1515

1616
[dev-dependencies]
1717
compiletest_rs = { version = "0.3.18", features = ["stable"] }

hdf5-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdf5-sys"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Ivan Smirnov <[email protected]>"]
55
keywords = ["hdf5"]
66
license = "MIT/Apache-2.0"

hdf5-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdf5-types"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Ivan Smirnov <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)