Skip to content

Commit

Permalink
feat: Add bitswap server (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Zwoliński <[email protected]>
Co-authored-by: Yiannis Marangos <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2024
1 parent f69ddd8 commit 7736aab
Show file tree
Hide file tree
Showing 10 changed files with 3,233 additions and 59 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ jobs:
rm Cargo.lock
cargo +nightly update -Zminimal-versions
# multistream-select 0.13 depends on log 0.4, however it can only
# compile with log 0.4.4 and above. When multistream-select 0.14
# is released, this will not be needed.
cargo +nightly update -p log --precise 0.4.4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

Expand Down Expand Up @@ -99,7 +94,7 @@ jobs:
- name: Install cargo-udeps
uses: taiki-e/cache-cargo-install-action@v1
with:
tool: [email protected].43
tool: [email protected].45

- name: Check for unused dependencies
run: cargo +nightly udeps --all-targets
Expand Down
Loading

0 comments on commit 7736aab

Please sign in to comment.