Skip to content

cargo: Upgrade to Rust 2021 #142

cargo: Upgrade to Rust 2021

cargo: Upgrade to Rust 2021 #142

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: build
jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: FrancisRussell/[email protected]
with:
command: install-rustup
profile: minimal
toolchain: stable
override: true
- uses: FrancisRussell/[email protected]
name: Cargo build
with:
command: cargo check