File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
credential/cargo-credential Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -246,3 +246,10 @@ jobs:
246
246
cd target
247
247
curl -sSLO https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
248
248
sh linkcheck.sh --all --path ../src/doc cargo
249
+
250
+ credential_msrv :
251
+ runs-on : ubuntu-latest
252
+ steps :
253
+ - uses : actions/checkout@v3
254
+ - run : rustup update 1.70 && rustup default 1.70
255
+ - 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.3.1"
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