Skip to content

Commit 8769cde

Browse files
committed
fix multibase dependency
Signed-off-by: Dave Huseby <[email protected]>
1 parent 8a58a2b commit 8769cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multisig"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
edition = "2021"
55
authors = ["Dave Grantham <[email protected]>"]
66
description = "Multisig self-describing multicodec implementation for digital signatures"
@@ -14,7 +14,7 @@ default = ["serde"]
1414
[dependencies]
1515
blsful = { version = "2.5", git = "https://github.com/mikelodder7/blsful.git" }
1616
elliptic-curve = "0.13"
17-
multibase = "0.9"
17+
multibase = { version = "1.0", git = "https://github.com/cryptidtech/rust-multibase.git" }
1818
multicodec = { version = "1.0", git = "https://github.com/cryptidtech/rust-multicodec.git" }
1919
multitrait = { version = "1.0", git = "https://github.com/cryptidtech/multitrait.git" }
2020
multiutil = { version = "1.0", git = "https://github.com/cryptidtech/multiutil.git" }

0 commit comments

Comments
 (0)