File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " multisig"
3- version = " 1.0.2 "
3+ version = " 1.0.3 "
44edition = " 2021"
55authors = [
" Dave Grantham <[email protected] >" ]
66description = " Multisig self-describing multicodec implementation for digital signatures"
@@ -14,7 +14,7 @@ default = ["serde"]
1414[dependencies ]
1515blsful = { version = " 2.5" , git = " https://github.com/mikelodder7/blsful.git" }
1616elliptic-curve = " 0.13"
17- multibase = " 0.9 "
17+ multibase = { version = " 1.0 " , git = " https://github.com/cryptidtech/rust-multibase.git " }
1818multicodec = { version = " 1.0" , git = " https://github.com/cryptidtech/rust-multicodec.git" }
1919multitrait = { version = " 1.0" , git = " https://github.com/cryptidtech/multitrait.git" }
2020multiutil = { version = " 1.0" , git = " https://github.com/cryptidtech/multiutil.git" }
You can’t perform that action at this time.
0 commit comments