Skip to content

Commit

Permalink
fix: remove default multihash-codetable features (#2073)
Browse files Browse the repository at this point in the history
We explicitly specify the features we need and don't want to depend on
blake3, sha1, or strobe-rs unnecessarily.
  • Loading branch information
Stebalien authored Nov 7, 2024
1 parent d1f8466 commit 85412de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
41 changes: 0 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ futures = "0.3.28"
# IPLD/Encoding
cid = { version = "0.11.1", default-features = false }
ipld-core = { version = "0.4.1", features = ["serde"] }
multihash-codetable = { version = "0.1.4" }
multihash-derive = { version = "0.9.1" }
multihash-codetable = { version = "0.1.4", default-features = false }
multihash-derive = { version = "0.9.1", default-features = false }

# crypto
blake2b_simd = "1.0.1"
Expand Down

0 comments on commit 85412de

Please sign in to comment.