Skip to content

Commit

Permalink
chore: remove multihash default features (drop blake3 dep) (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Nov 7, 2024
1 parent f2809a2 commit 491893b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fvm2_shared = { package = "fvm_shared", version = "~2.9.1" }
fvm_ipld_encoding = "0.4.0"
fvm_ipld_blockstore = "0.2.1"
num-traits = "0.2.14"
cid = { version = "0.10.1", features = ["serde-codec"] }
cid = { version = "0.10.1", features = ["serde-codec"], default-features = false }
lazy_static = "1.4.0"
serde = "1.0.117"
serde_tuple = "0.5"
Expand Down

0 comments on commit 491893b

Please sign in to comment.