Skip to content

bumped version to v0.4.1 and added changelog #58

bumped version to v0.4.1 and added changelog

bumped version to v0.4.1 and added changelog #58

Workflow file for this run

name: cargo test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install nix
uses: cachix/install-nix-action@v22
- name: execute checks
run: nix flake check
- name: test build
run: nix build