Skip to content

Commit 45bf9f7

Browse files
committed
Add the MSRV in the Cargo.toml
1 parent b74d18c commit 45bf9f7

5 files changed

Lines changed: 7 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[workspace.package]
2+
rust-version = "1.71"
3+
14
[workspace]
25
members = [
36
'cpp',

cpp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cpp"
33
version = "0.5.10"
44
authors = ["Nika Layzell <nika@thelayzells.com>", "Olivier Goffart <olivier.goffart@slint-ui.com>"]
55
edition = "2018"
6+
rust-version.workspace = true
67
description = "Inline C++ code closures"
78
readme = "../README.md"
89
license = "MIT/Apache-2.0"

cpp_build/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cpp_build"
33
version = "0.5.10"
44
authors = ["Nika Layzell <nika@thelayzells.com>", "Olivier Goffart <olivier.goffart@slint-ui.com>"]
55
edition = "2018"
6+
rust-version.workspace = true
67
description = "Cargo build script for the `cpp` crate"
78
readme = "../README.md"
89
license = "MIT/Apache-2.0"

cpp_common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cpp_common"
33
version = "0.5.10"
44
authors = ["Nika Layzell <nika@thelayzells.com>", "Olivier Goffart <olivier.goffart@slint-ui.com>"]
55
edition = "2018"
6+
rust-version.workspace = true
67
description = "Implementation details crate for the `cpp` crate"
78
readme = "../README.md"
89
license = "MIT/Apache-2.0"

cpp_macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cpp_macros"
33
version = "0.5.10"
44
authors = ["Nika Layzell <nika@thelayzells.com>", "Olivier Goffart <olivier.goffart@slint-ui.com>"]
55
edition = "2018"
6+
rust-version.workspace = true
67
description = "Procedural macro implementation for the `cpp` crate"
78
readme = "../README.md"
89
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)