We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dec073 commit 6101403Copy full SHA for 6101403
Cargo.toml
@@ -25,7 +25,7 @@ repository = "https://github.com/affinidi/affinidi-messaging"
25
affinidi-messaging-sdk = { version = "0.9.5", path = "./affinidi-messaging-sdk" }
26
affinidi-messaging-didcomm = { version = "0.9.5", path = "./affinidi-messaging-didcomm" }
27
affinidi-messaging-mediator = { version = "0.9.5", path = "./affinidi-messaging-mediator" }
28
-affinidi-did-resolver-cache-sdk = { version = "0.2.8", features = ["network"] }
+affinidi-did-resolver-cache-sdk = { version = "~0.2.8", features = ["network"] }
29
anyhow = '1.0'
30
askar-crypto = "0.3.3"
31
async-convert = "1"
0 commit comments