Skip to content

Bump zerovec from 0.10.2 to 0.10.4 #270

Bump zerovec from 0.10.2 to 0.10.4

Bump zerovec from 0.10.2 to 0.10.4 #270

Workflow file for this run

name: rustfmt
on: [push, pull_request]
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install stable toolchain with rustfmt available
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt
- run: cargo fmt --check