Skip to content

Commit

Permalink
feat: add archived import support (#7)
Browse files Browse the repository at this point in the history
* add archived import support

* upgrade rkyv

* fix

* fix clippy

* update ci
  • Loading branch information
lightsing authored Oct 10, 2024
1 parent 0804d10 commit 8ad8038
Show file tree
Hide file tree
Showing 10 changed files with 327 additions and 504 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.75"
toolchain: "1.81"
components: clippy
- name: cargo cache
uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit 8ad8038

Please sign in to comment.