Skip to content

fix: use lower order bytes from counter #69

fix: use lower order bytes from counter

fix: use lower order bytes from counter #69

Workflow file for this run

name: Build
on:
merge_group:
pull_request:
push:
branches:
- main
jobs:
build:
name: Builds on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [
ubuntu-latest,
windows-latest,
macOS-latest
]
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Build
run: cargo build --release