Skip to content

Deprecated edition field in rust-config.toml as it's kinda pointless #10

Deprecated edition field in rust-config.toml as it's kinda pointless

Deprecated edition field in rust-config.toml as it's kinda pointless #10

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install nightly && rustup default nightly
- run: cargo build --verbose -Z bindeps
- run: cargo test --verbose -Z bindeps
- uses: manoadamro/rust-release@v1
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}