Skip to content

Update unicode-segmentation requirement from =1.10.1 to =1.11.0 #75

Update unicode-segmentation requirement from =1.10.1 to =1.11.0

Update unicode-segmentation requirement from =1.10.1 to =1.11.0 #75

Workflow file for this run

name: Rust
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Check
run: cargo check --verbose
- name: Run tests
run: cargo test --verbose