Skip to content

Commit

Permalink
Removed aries_vcx feature from did_resolver_sov
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
  • Loading branch information
bobozaur committed Oct 12, 2023
1 parent f132265 commit 8d995f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did_resolver_sov/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
did_resolver = { path = "../did_resolver" }
aries_vcx_core = { path = "../aries_vcx_core", features = ["credx"] }
aries_vcx_core = { path = "../aries_vcx_core", default_features = false}
did_doc_sov = { path = "../did_doc_sov" }
async-trait = "0.1.68"
mockall = "0.11.4"
Expand Down

0 comments on commit 8d995f0

Please sign in to comment.