File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [workspace .package ]
2+ rust-version = " 1.71"
3+
14[workspace ]
25members = [
36 ' cpp' ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "cpp"
33version = " 0.5.10"
44authors = [" Nika Layzell <nika@thelayzells.com>" , " Olivier Goffart <olivier.goffart@slint-ui.com>" ]
55edition = " 2018"
6+ rust-version.workspace = true
67description = " Inline C++ code closures"
78readme = " ../README.md"
89license = " MIT/Apache-2.0"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "cpp_build"
33version = " 0.5.10"
44authors = [" Nika Layzell <nika@thelayzells.com>" , " Olivier Goffart <olivier.goffart@slint-ui.com>" ]
55edition = " 2018"
6+ rust-version.workspace = true
67description = " Cargo build script for the `cpp` crate"
78readme = " ../README.md"
89license = " MIT/Apache-2.0"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "cpp_common"
33version = " 0.5.10"
44authors = [" Nika Layzell <nika@thelayzells.com>" , " Olivier Goffart <olivier.goffart@slint-ui.com>" ]
55edition = " 2018"
6+ rust-version.workspace = true
67description = " Implementation details crate for the `cpp` crate"
78readme = " ../README.md"
89license = " MIT/Apache-2.0"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "cpp_macros"
33version = " 0.5.10"
44authors = [" Nika Layzell <nika@thelayzells.com>" , " Olivier Goffart <olivier.goffart@slint-ui.com>" ]
55edition = " 2018"
6+ rust-version.workspace = true
67description = " Procedural macro implementation for the `cpp` crate"
78readme = " ../README.md"
89license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments