Skip to content

fix(deps): update rust crate uuid to 1.4.1 #103

fix(deps): update rust crate uuid to 1.4.1

fix(deps): update rust crate uuid to 1.4.1 #103

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run checks
run: cargo clippy --verbose