Skip to content

Commit

Permalink
Adjust wasm and stronghold-nodejs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Aug 3, 2023
1 parent 1f56eb0 commit 4e10d8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bindings/stronghold-nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 4e10d8a

Please sign in to comment.