Skip to content

Derive Clone for Entry and EntryType #29

Derive Clone for Entry and EntryType

Derive Clone for Entry and EntryType #29

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- master
jobs:
msrv:
name: msrv
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
- run: cargo check --lib --examples
- run: cargo test