Skip to content

Commit 94fc6a8

Browse files
committed
fix multibase dependency
Signed-off-by: Dave Huseby <[email protected]>
1 parent 45ac1e8 commit 94fc6a8

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 = "multikey"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
edition = "2021"
55
authors = ["Dave Grantham <[email protected]>"]
66
description = "Multikey self-describing cryptographic key data"
@@ -18,7 +18,7 @@ ed25519-dalek = { version = "2.1", features = ["rand_core"] }
1818
elliptic-curve = "0.13"
1919
hex = "0.4"
2020
k256 = "0.13"
21-
multibase = "0.9"
21+
multibase = { version = "1.0", git = "https://github.com/cryptidtech/rust-multibase.git" }
2222
multicodec = { version = "1.0", git = "https://github.com/cryptidtech/rust-multicodec.git" }
2323
multihash = { version = "1.0", git = "https://github.com/cryptidtech/multihash.git" }
2424
multisig = { version = "1.0", git = "https://github.com/cryptidtech/multisig.git" }

0 commit comments

Comments
 (0)