Skip to content

Commit

Permalink
Add MSRV validation GitHub Action for cargo-credential
Browse files Browse the repository at this point in the history
  • Loading branch information
arlosi committed Sep 5, 2023
1 parent 5a856bf commit d4c016c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,10 @@ jobs:
cd target
curl -sSLO https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
sh linkcheck.sh --all --path ../src/doc cargo
credential_msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update 1.70 && rustup default 1.70
- run: cargo test -p cargo-credential
1 change: 1 addition & 0 deletions credential/cargo-credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "cargo-credential"
version = "0.3.1"
edition.workspace = true
license.workspace = true
rust-version = "1.70.0"
repository = "https://github.com/rust-lang/cargo"
description = "A library to assist writing Cargo credential helpers."

Expand Down

0 comments on commit d4c016c

Please sign in to comment.