Skip to content

Commit

Permalink
fix multibase dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <[email protected]>
  • Loading branch information
dhuseby committed May 11, 2024
1 parent f7ba80c commit 84eb030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multihash"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
authors = ["Dave Grantham <[email protected]>"]
description = "Multihash self-describing cryptographic hash data"
Expand All @@ -17,7 +17,7 @@ blake3 = { version = "1.5.1", features = ["traits-preview", "zeroize"] }
digest = "0.10"
hex = "0.4"
md-5 = "0.10"
multibase = "0.9"
multibase = { version = "1.0", git = "https://github.com/cryptidtech/rust-multibase.git" }
multicodec = { version = "1.0", git = "https://github.com/cryptidtech/rust-multicodec.git" }
multitrait = { version = "1.0", git = "https://github.com/cryptidtech/multitrait.git" }
multiutil = { version = "1.0", git = "https://github.com/cryptidtech/multiutil.git" }
Expand Down

0 comments on commit 84eb030

Please sign in to comment.