Skip to content

Merge pull request #148 from antoine-de/bump_iter_and_remove_warn #52

Merge pull request #148 from antoine-de/bump_iter_and_remove_warn

Merge pull request #148 from antoine-de/bump_iter_and_remove_warn #52

Workflow file for this run

on:
push:
branches:
- main
jobs:
publish:
name: Publish on crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}