Skip to content

Commit

Permalink
removed dev_dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Mar 27, 2024
1 parent 0352b84 commit 1aba4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_resolver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ features = ["send-sync-client-ext", "iota-client"]
optional = true

[dev-dependencies]
identity_iota_core = { version = "=1.1.1", path = "../identity_iota_core", features = ["test"] }
identity_iota_core = { path = "../identity_iota_core", features = ["test"] }
iota-sdk = { version = "1.0.2" }
tokio = { version = "1.29.0", default-features = false, features = ["rt-multi-thread", "macros"] }

Expand Down

0 comments on commit 1aba4b5

Please sign in to comment.