Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

chore: release v0.8.0 #10

chore: release v0.8.0

chore: release v0.8.0 #10

Workflow file for this run

name: MSRV
on:
push:
tags:
- "v*.*.*"
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
find:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Rustup
run: |
rustup update
- uses: Swatinem/rust-cache@v2
- name: Install cargo-msrv
run: cargo install cargo-msrv --force
- name: MSRV list
run: |
cd ./crates/core/
cargo msrv list
- name: MSRV find
run: |
cd ./crates/core/
cargo msrv