From f28996bcf98ecd4525c1e5156509329dbf2be7ec Mon Sep 17 00:00:00 2001 From: Enrico Marconi <31142849+UMR1352@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:53:35 +0100 Subject: [PATCH] Fix merge issue --- bindings/wasm/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml index d59cf7455b..3fdbcb6060 100644 --- a/bindings/wasm/Cargo.toml +++ b/bindings/wasm/Cargo.toml @@ -33,8 +33,7 @@ wasm-bindgen-futures = { version = "0.4", default-features = false } [dependencies.identity_iota] version = "1.0.0" path = "../../identity_iota" -default-features = false -features = ["client", "revocation-bitmap", "resolver", +default-features = false features = ["client", "revocation-bitmap", "resolver", "domain-linkage", "sd-jwt", "status-list-2021"] [dev-dependencies]