Skip to content

Commit 1145eef

Browse files
committed
Bump version
1 parent d1e7d49 commit 1145eef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

qmetaobject/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qmetaobject"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2018"
55
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
66
build = "build.rs"
@@ -17,8 +17,8 @@ chrono_qdatetime = ["qttypes/chrono"]
1717
webengine = ["qttypes/qtwebengine"]
1818

1919
[dependencies]
20-
qttypes = { path = "../qttypes", version = "0.2.0", features = ["qtquick"] }
21-
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.2.0"}
20+
qttypes = { path = "../qttypes", version = "0.2.1", features = ["qtquick"] }
21+
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.2.1"}
2222
lazy_static = "1.0"
2323
cpp = "0.5.4"
2424
log = { version = "0.4", optional = true }

qmetaobject_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qmetaobject_impl"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2018"
55
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
66
description = "Custom derive for the qmetaobject crate."

qttypes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qttypes"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2018"
55
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
66
build = "build.rs"

0 commit comments

Comments
 (0)