File tree 2 files changed +10
-0
lines changed
credential/cargo-credential
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 20
20
needs :
21
21
- build_std
22
22
- clippy
23
+ - credential_msrv
23
24
- docs
24
25
- lockfile
25
26
- resolver
37
38
needs :
38
39
- build_std
39
40
- clippy
41
+ - credential_msrv
40
42
- docs
41
43
- lockfile
42
44
- resolver
@@ -246,3 +248,10 @@ jobs:
246
248
cd target
247
249
curl -sSLO https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
248
250
sh linkcheck.sh --all --path ../src/doc cargo
251
+
252
+ credential_msrv :
253
+ runs-on : ubuntu-latest
254
+ steps :
255
+ - uses : actions/checkout@v3
256
+ - run : rustup update 1.70 && rustup default 1.70
257
+ - run : cargo test -p cargo-credential
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "cargo-credential"
3
3
version = " 0.4.0"
4
4
edition.workspace = true
5
5
license.workspace = true
6
+ rust-version = " 1.70.0"
6
7
repository = " https://github.com/rust-lang/cargo"
7
8
description = " A library to assist writing Cargo credential helpers."
8
9
You can’t perform that action at this time.
0 commit comments