Skip to content

Bump log from 0.4.11 to 0.4.20 #10

Bump log from 0.4.11 to 0.4.20

Bump log from 0.4.11 to 0.4.20 #10

Workflow file for this run

on: [push]
name: CI
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1