Skip to content

chore: bump to 0.5.0 #60

chore: bump to 0.5.0

chore: bump to 0.5.0 #60

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
uses: actions/checkout@v2
- name: Setup | Toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-07
components: rust-src
- name: Check
uses: actions-rs/cargo@v1
with:
command: check