File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 86
86
with :
87
87
exclude : rustls-cert-gen
88
88
89
+ msrv :
90
+ runs-on : ubuntu-latest
91
+ steps :
92
+ - uses : actions/checkout@v4
93
+ - uses : dtolnay/rust-toolchain@master
94
+ with :
95
+ toolchain : 1.71.0
96
+ - run : cargo check --locked --lib --all-features
97
+
89
98
build-windows :
90
99
runs-on : windows-latest
91
100
env :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ x509-parser = "0.17"
12
12
[workspace .package ]
13
13
license = " MIT OR Apache-2.0"
14
14
edition = " 2021"
15
+ rust-version = " 1.71"
15
16
readme = " README.md"
16
17
description = " Rust X.509 certificate generator"
17
18
repository = " https://github.com/rustls/rcgen"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ repository.workspace = true
7
7
readme.workspace = true
8
8
license.workspace = true
9
9
edition.workspace = true
10
+ rust-version.workspace = true
10
11
keywords.workspace = true
11
12
12
13
[[example ]]
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ homepage = "https://github.com/rustls/rcgen/tree/main/rustls-cert-gen"
7
7
repository = " https://github.com/rustls/rcgen"
8
8
license.workspace = true
9
9
edition.workspace = true
10
+ rust-version.workspace = true
10
11
keywords.workspace = true
11
12
12
13
[features ]
You can’t perform that action at this time.
0 commit comments