From 4e10d8af6a5a71b9ba282235fe669a9154cd9c99 Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Thu, 3 Aug 2023 13:41:15 +0200 Subject: [PATCH] Adjust wasm and stronghold-nodejs dependencies --- bindings/stronghold-nodejs/Cargo.toml | 6 +++--- bindings/wasm/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/stronghold-nodejs/Cargo.toml b/bindings/stronghold-nodejs/Cargo.toml index 31caf9c071..f7b71e3e6e 100644 --- a/bindings/stronghold-nodejs/Cargo.toml +++ b/bindings/stronghold-nodejs/Cargo.toml @@ -7,9 +7,9 @@ publish = false crate-type = ["cdylib"] [dependencies] -identity_account_storage = { version = "0.6.2", path = "../../identity_account_storage", default-features = false, features = ["stronghold", "send-sync-storage", "encryption"] } -identity_core = { version = "0.6.2", path = "../../identity_core", default-features = false } -identity_iota_core = { version = "0.6.2", path = "../../identity_iota_core", default-features = false } +identity_account_storage = { version = "0.6.3-rc.1", path = "../../identity_account_storage", default-features = false, features = ["stronghold", "send-sync-storage", "encryption"] } +identity_core = { version = "0.6.3-rc.1", path = "../../identity_core", default-features = false } +identity_iota_core = { version = "0.6.3-rc.1", path = "../../identity_iota_core", default-features = false } napi = { version = "2.4.3", default-features = false, features = ["napi4", "tokio_rt", "serde-json"] } napi-derive = { version = "2.4.1", default-features = false, features = ["compat-mode", "full"] } serde = { version = "1.0", default-features = false, features = ["derive"] } diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml index a22f30bdd1..e799b4d13d 100644 --- a/bindings/wasm/Cargo.toml +++ b/bindings/wasm/Cargo.toml @@ -28,7 +28,7 @@ wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } wasm-bindgen-futures = { version = "0.4", default-features = false } [dependencies.identity_iota] -version = "0.6.2" +version = "0.6.3-rc.1" path = "../../identity_iota" default-features = false features = ["account", "storage-test-suite", "unstable-encryption", "revocation-bitmap"]