Skip to content

Read MSRV from package or workspace manifest

Notifications You must be signed in to change notification settings

actions-rust-lang/msrv

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSRV

Read MSRV from package or workspace manifest.

Usage

jobs:
  read_msrv:
    name: Read MSRV
    uses: actions-rust-lang/msrv/.github/workflows/msrv.yml@main

  build_and_test:
    needs:
      - read_msrv

    strategy:
      fail-fast: false
      matrix:
        version:
          - { name: msrv, version: "${{ needs.read_msrv.outputs.msrv }}" }
          - { name: stable, version: stable }

Drawbacks

  • Assumes all packages in workspace have same MSRV.

About

Read MSRV from package or workspace manifest

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Languages