Skip to content

Release gix-prompt v0.5.3, gix v0.49.1, cargo-smart-release v0.20.0 #2774

Release gix-prompt v0.5.3, gix v0.49.1, cargo-smart-release v0.20.0

Release gix-prompt v0.5.3, gix v0.49.1, cargo-smart-release v0.20.0 #2774

Workflow file for this run

name: Minimum Supported Rust Version
on:
# Trigger the workflow on push to master or any pull request
# Ignore all tags
push:
branches: [ main ]
tags-ignore: [ '*' ]
pull_request:
branches: [ main ]
jobs:
rustfmt:
name: cargo check MSRV
strategy:
matrix:
os:
- windows-2019
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected] # dictated by `windows` crates effectively, IMPORTANT: adjust etc/msrv-badge.svg as well
- uses: extractions/setup-just@v1
- run: just ci-check-msrv