Skip to content

Commit

Permalink
fix multibase dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
  • Loading branch information
dhuseby committed May 11, 2024
1 parent 8a58a2b commit 8769cde
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 = "multisig"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
authors = ["Dave Grantham <dwg@linuxprogrammer.org>"]
description = "Multisig self-describing multicodec implementation for digital signatures"
Expand All @@ -14,7 +14,7 @@ default = ["serde"]
[dependencies]
blsful = { version = "2.5", git = "https://github.com/mikelodder7/blsful.git" }
elliptic-curve = "0.13"
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 8769cde

Please sign in to comment.