Skip to content

Update Rust crate log to v0.4.26 #343

Update Rust crate log to v0.4.26

Update Rust crate log to v0.4.26 #343

Workflow file for this run

on: [push]
jobs:
test:
name: Format and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo fmt --all -- --check && cargo test
build:
name: Build
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --release --all-features