Skip to content

Commit

Permalink
chore: update to multihash-derive 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed May 26, 2021
1 parent c6fdc1d commit c1ca9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ parity-scale-codec = { version = "2.1.1", default-features = false, features = [
quickcheck = { version = "0.9.2", optional = true }
rand = { version = "0.7.3", optional = true }
serde = { version = "1.0.116", default-features = false, features = ["derive"], optional = true }
multihash-derive = { version = "0.7.1", path = "derive", default-features = false, optional = true }
multihash-derive = { version = "0.7.2", path = "derive", default-features = false, optional = true }
unsigned-varint = { version = "0.7.0", default-features = false }

blake2b_simd = { version = "0.5.10", default-features = false, optional = true }
Expand Down

0 comments on commit c1ca9a6

Please sign in to comment.