Skip to content

Bump peg from 0.6.3 to 0.8.2 #14

Bump peg from 0.6.3 to 0.8.2

Bump peg from 0.6.3 to 0.8.2 #14

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