Skip to content

Bump log from 0.4.14 to 0.4.22 #91

Bump log from 0.4.14 to 0.4.22

Bump log from 0.4.14 to 0.4.22 #91

Workflow file for this run

name: Main
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose