Skip to content

Update Rust crate rand to 0.9 #33

Update Rust crate rand to 0.9

Update Rust crate rand to 0.9 #33

Workflow file for this run

name: "CI Nightly"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Rust
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
with:
toolchain: nightly
override: true
- name: Build & Test
run: cargo build --features nightly && cargo test --features nightly