File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " qmetaobject"
3
- version = " 0.2.5 "
3
+ version = " 0.2.7 "
4
4
edition = " 2018"
5
5
authors = [" Olivier Goffart <ogoffart@woboq.com>" ]
6
6
build = " build.rs"
@@ -17,8 +17,8 @@ chrono_qdatetime = ["qttypes/chrono"]
17
17
webengine = [" qttypes/qtwebengine" ]
18
18
19
19
[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 " }
22
22
lazy_static = " 1.0"
23
23
cpp = " 0.5.6"
24
24
log = { version = " 0.4" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " qmetaobject_impl"
3
- version = " 0.2.5 "
3
+ version = " 0.2.7 "
4
4
edition = " 2018"
5
5
authors = [" Olivier Goffart <ogoffart@woboq.com>" ]
6
6
description = " Custom derive for the qmetaobject crate."
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " qttypes"
3
- version = " 0.2.6 "
3
+ version = " 0.2.7 "
4
4
edition = " 2018"
5
5
authors = [" Olivier Goffart <ogoffart@woboq.com>" ]
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments