Skip to content

Commit 05faded

Browse files
committed
Bump version number
1 parent 0d72fde commit 05faded

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.5"
3+
version = "0.2.7"
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.5", features = ["qtquick"] }
21-
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.2.5"}
20+
qttypes = { path = "../qttypes", version = "0.2.7", features = ["qtquick"] }
21+
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.2.7"}
2222
lazy_static = "1.0"
2323
cpp = "0.5.6"
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.5"
3+
version = "0.2.7"
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.6"
3+
version = "0.2.7"
44
edition = "2018"
55
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
66
build = "build.rs"

0 commit comments

Comments
 (0)