Skip to content

Commit 3323996

Browse files
authored
refactor: optimize dependencies and modularize model features (#157)
1 parent abd4047 commit 3323996

24 files changed

Lines changed: 1034 additions & 358 deletions

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: dtolnay/rust-toolchain@nightly
7474

7575
- name: Test
76-
run: cargo +nightly test --all-features --all-targets
76+
run: cargo +nightly test --all-features --all-targets
7777

7878
build-linux:
7979
needs: test

0 commit comments

Comments
 (0)