Skip to content

Update rand requirement from 0.8 to 0.9 #101

Update rand requirement from 0.8 to 0.9

Update rand requirement from 0.8 to 0.9 #101

Workflow file for this run

name: test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --verbose