Skip to content

Update unicode-width requirement from 0.1 to 0.2 #82

Update unicode-width requirement from 0.1 to 0.2

Update unicode-width requirement from 0.1 to 0.2 #82

Workflow file for this run

name: Clippy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
override: true
- name: Run clippy
run: make lint