Skip to content

Update dependencies and add error handling #1

Update dependencies and add error handling

Update dependencies and add error handling #1

Workflow file for this run

name: Build
on: [push]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --release