Skip to content

Commit 34ede78

Browse files
switch deps back to cryptidtech repo
now that chgs have merged
1 parent 271258d commit 34ede78

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
@@ -16,8 +16,8 @@ dag_cbor = ["serde_cbor", "serde_cbor/tags"]
1616
multibase = { version = "1.0", git = "https://github.com/cryptidtech/rust-multibase.git" }
1717
multicodec = { version = "1.0", git = "https://github.com/cryptidtech/rust-multicodec.git" }
1818
multihash = { version = "1.0", git = "https://github.com/cryptidtech/multihash.git" }
19-
multikey = { version = "1.0", git = "https://github.com/DougAnderson444/multikey.git" }
20-
multisig = { version = "1.0", git = "https://github.com/DougAnderson444/multisig.git" }
19+
multikey = { version = "1.0", git = "https://github.com/cryptidtech/multikey.git" }
20+
multisig = { version = "1.0", git = "https://github.com/cryptidtech/multisig.git" }
2121
multitrait = { version = "1.0", git = "https://github.com/cryptidtech/multitrait.git" }
2222
multiutil = { version = "1.0", git = "https://github.com/cryptidtech/multiutil.git" }
2323
rand = "0.8"

0 commit comments

Comments
 (0)