Skip to content

Commit 557cde7

Browse files
committed
minor version bump - did-key revert until RustCrypto/AEADs#377 is resolved
1 parent c7f3f00 commit 557cde7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ddoresolver-rs"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
documentation = "https://docs.rs/ddoresolver-rs"
55
description = "function to resolve did document from url"
66
license = "Apache-2.0"
@@ -13,7 +13,7 @@ edition = "2018"
1313

1414
[dependencies]
1515
thiserror = "1.0"
16-
did-key = { version = "0.1", optional = true }
16+
did-key = { version = "0.0.15", optional = true }
1717
keri = { version = "0.8.1", optional = true }
1818
ipfs-api = { version = "0.13.0", features = ["with-hyper"], optional = true }
1919
web3 = { version = "0.17.0", default-features = false, features = ["http-rustls-tls", "http", "http-tls"], optional = true }

0 commit comments

Comments
 (0)