Skip to content

Bump rand from 0.9.2 to 0.10.0 #4

Bump rand from 0.9.2 to 0.10.0

Bump rand from 0.9.2 to 0.10.0 #4

Workflow file for this run

name: Test DotLocal DNS
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Rust Toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt, clippy
- name: Install Just
uses: MinoruSekine/[email protected]
with:
apps: just
- name: Run CI tasks
run: just ci
- name: Rust Cache
uses: Swatinem/rust-cache@v2