We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0352b84 commit 1aba4b5Copy full SHA for 1aba4b5
identity_resolver/Cargo.toml
@@ -31,7 +31,7 @@ features = ["send-sync-client-ext", "iota-client"]
31
optional = true
32
33
[dev-dependencies]
34
-identity_iota_core = { version = "=1.1.1", path = "../identity_iota_core", features = ["test"] }
+identity_iota_core = { path = "../identity_iota_core", features = ["test"] }
35
iota-sdk = { version = "1.0.2" }
36
tokio = { version = "1.29.0", default-features = false, features = ["rt-multi-thread", "macros"] }
37
0 commit comments