Skip to content

Commit 5bcb6e5

Browse files
committed
Update my email in Cargo.toml
1 parent efbca0f commit 5bcb6e5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "graph"
33
version = "0.1.0"
44
edition = "2018"
5-
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
5+
authors = ["Olivier Goffart <olivier.goffart@slint.dev>"]
66
build = "build.rs"
77

88
[dependencies]

examples/qmlextensionplugins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "qmlextensionplugins"
33
version = "0.1.0"
44
edition = "2018"
5-
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
5+
authors = ["Olivier Goffart <olivier.goffart@slint.dev>"]
66

77
[lib]
88
name = "qmlqtimeexampleplugin"

examples/todos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "todos"
33
version = "0.1.0"
44
edition = "2018"
5-
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
5+
authors = ["Olivier Goffart <olivier.goffart@slint.dev>"]
66

77
[dependencies]
88
qmetaobject = { path = "../../qmetaobject" }

qmetaobject/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "qmetaobject"
33
version = "0.2.9"
44
edition = "2018"
5-
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
5+
authors = ["Olivier Goffart <olivier.goffart@slint.dev>"]
66
build = "build.rs"
77
description = "Expose rust object to Qt and QML."
88
readme = "../README.md"

qmetaobject_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "qmetaobject_impl"
33
version = "0.2.9"
44
edition = "2018"
5-
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
5+
authors = ["Olivier Goffart <olivier.goffart@slint.dev>"]
66
description = "Custom derive for the qmetaobject crate."
77
readme = "../README.md"
88
license = "MIT"

qttypes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "qttypes"
33
version = "0.2.9"
44
edition = "2018"
5-
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
5+
authors = ["Olivier Goffart <olivier.goffart@slint.dev>"]
66
build = "build.rs"
77
description = "Manually maintained buildings for Qt value types"
88
readme = "README.md"

0 commit comments

Comments
 (0)