bump v1.1.0

This commit is contained in:
sparshg
2024-09-26 01:48:12 +05:30
parent e49e5e086b
commit 26e3d3db20
5 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: cargo-check
run: cargo check
- name: cargo-Clippy
- name: cargo-clippy
run: cargo clippy
- name: cargo-fmt
run: cargo fmt --all --check