Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Feb 23, 2022
1 parent 0d72fde commit 05faded
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions qmetaobject/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qmetaobject"
version = "0.2.5"
version = "0.2.7"
edition = "2018"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
build = "build.rs"
Expand All @@ -17,8 +17,8 @@ chrono_qdatetime = ["qttypes/chrono"]
webengine = ["qttypes/qtwebengine"]

[dependencies]
qttypes = { path = "../qttypes", version = "0.2.5", features = ["qtquick"] }
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.2.5"}
qttypes = { path = "../qttypes", version = "0.2.7", features = ["qtquick"] }
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.2.7"}
lazy_static = "1.0"
cpp = "0.5.6"
log = { version = "0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion qmetaobject_impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qmetaobject_impl"
version = "0.2.5"
version = "0.2.7"
edition = "2018"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
description = "Custom derive for the qmetaobject crate."
Expand Down
2 changes: 1 addition & 1 deletion qttypes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qttypes"
version = "0.2.6"
version = "0.2.7"
edition = "2018"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
build = "build.rs"
Expand Down

0 comments on commit 05faded

Please sign in to comment.