Skip to content

Update proc-macro-crate to 2.0, cargo_toml to 0.16, and MSRV to 1.66.1 #68

Update proc-macro-crate to 2.0, cargo_toml to 0.16, and MSRV to 1.66.1

Update proc-macro-crate to 2.0, cargo_toml to 0.16, and MSRV to 1.66.1 #68

name: minimal-versions-build
on:
push:
branches: ["main"]
pull_request:
jobs:
minimal-versions-build:
name: Minimal versions build
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Fetch toolchain
uses: dtolnay/rust-toolchain@v1
with:
profile: minimal
toolchain: nightly
- name: Test with minimal versions
uses: actions-rs/cargo@v1
with:
command: test
args: -Z minimal-versions --manifest-path=num_enum/Cargo.toml
toolchain: nightly