Bump version 0.4.1

This commit is contained in:
ssrlive 2024-09-02 23:10:15 +08:00
parent 15646925a7
commit 187e251142
3 changed files with 8 additions and 5 deletions

View file

@ -33,7 +33,10 @@ jobs:
- name: Build
if: ${{ !cancelled() }}
run: cargo build --verbose --tests --all-features
run: |
cargo build --verbose --tests --all-features
cargo clean
cargo build --verbose
- name: Abort on error
if: ${{ failure() }}