Skip to content

Commit 60383ec

Browse files
committed
fix wire serialization, bump to 1.0
Signed-off-by: Dave Huseby <[email protected]>
1 parent 60abfbc commit 60383ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ dag_cbor = ["serde_cbor", "serde_cbor/tags"]
1414

1515
[dependencies]
1616
multibase = "0.9"
17-
multicodec = { version = "0.3", git = "https://github.com/cryptidtech/rust-multicodec.git" }
18-
multihash = { version = "0.2", git = "https://github.com/cryptidtech/multihash.git" }
19-
multikey = { version = "0.8", git = "https://github.com/cryptidtech/multikey.git" }
20-
multisig = { version = "0.3", git = "https://github.com/cryptidtech/multisig.git" }
21-
multitrait = { version = "0.1", git = "https://github.com/cryptidtech/multitrait.git" }
22-
multiutil = { version = "0.2", git = "https://github.com/cryptidtech/multiutil.git" }
17+
multicodec = { version = "1.0", git = "https://github.com/cryptidtech/rust-multicodec.git" }
18+
multihash = { version = "1.0", git = "https://github.com/cryptidtech/multihash.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" }
21+
multitrait = { version = "1.0", git = "https://github.com/cryptidtech/multitrait.git" }
22+
multiutil = { version = "1.0", git = "https://github.com/cryptidtech/multiutil.git" }
2323
rand = "0.8"
2424
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"], optional = true }
2525
serde_cbor = { version = "0.11", optional = true }

0 commit comments

Comments
 (0)