Skip to content

Commit

Permalink
build(deps): remove unused dependencies (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil authored Nov 27, 2024
1 parent e52202a commit a8a923f
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 421 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: Swatinem/rust-cache@v2
with:
cache-directories: |
~/.cargo/registry/src/**/librocksdb-sys-*
- name: cargo build
run: cargo build --verbose

Expand All @@ -112,7 +117,6 @@ jobs:

- uses: Swatinem/rust-cache@v2
with:
key: "covtest"
cache-directories: |
~/.cargo/registry/src/**/librocksdb-sys-*
Expand Down
Loading

0 comments on commit a8a923f

Please sign in to comment.