Skip to content

Commit 3edadc5

Browse files
committed
Update Version number
1 parent b7ad1c4 commit 3edadc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

qmetaobject/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qmetaobject"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
55
build = "build.rs"
66
description = "Expose rust object to Qt and QML."
@@ -10,7 +10,7 @@ keywords = ["Qt", "QML", "QMetaObject",]
1010
repository = "https://github.com/woboq/qmetaobject-rs"
1111

1212
[dependencies]
13-
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.0.1"}
13+
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.0.2"}
1414
lazy_static = "1.0"
1515
cpp = "0.5"
1616
bitflags = "1.0"

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.0.1"
3+
version = "0.0.2"
44
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
55

66
description = "Custom derive for the qmetaobject crate."

0 commit comments

Comments
 (0)