11[package ]
22name = " hierarchies_wasm"
3- version = " 0.1.4 -alpha"
3+ version = " 0.1.5 -alpha"
44authors = [" IOTA Stiftung" ]
55edition = " 2024"
66homepage = " https://www.iota.org"
@@ -18,46 +18,46 @@ crate-type = ["cdylib", "rlib"]
1818[dependencies ]
1919anyhow = " 1.0"
2020console_error_panic_hook = " 0.1"
21- iota_interaction = { git = " https://github.com/iotaledger/product-core.git" , tag = " v0.8.4 " , package = " iota_interaction " , default-features = false }
22- iota_interaction_ts = { git = " https://github.com/iotaledger/product-core.git" , tag = " v0.8.4 " , package = " iota_interaction_ts " }
21+ iota_interaction = { package = " iota_interaction " , git = " https://github.com/iotaledger/product-core.git" , tag = " v0.8.5 " , default-features = false }
22+ iota_interaction_ts = { package = " iota_interaction_ts " , git = " https://github.com/iotaledger/product-core.git" , tag = " v0.8.5 " }
2323js-sys = { version = " 0.3" }
2424serde = { version = " 1.0" , features = [" derive" ] }
2525serde-wasm-bindgen = " 0.6"
2626wasm-bindgen = { version = " =0.2.102" , features = [" serde-serialize" ] }
2727wasm-bindgen-futures = { version = " 0.4" , default-features = false }
2828
29+ [dependencies .hierarchies ]
30+ path = " ../../../hierarchies-rs/hierarchies"
31+ default-features = false
32+ features = [" default-http-client" , " gas-station" ]
33+
2934[dependencies .product_common ]
30- git = " https://github.com/iotaledger/product-core.git"
31- tag = " v0.8.4"
3235package = " product_common"
36+ git = " https://github.com/iotaledger/product-core.git"
37+ tag = " v0.8.5"
3338features = [
34- " core-client" ,
35- " transaction" ,
36- " bindings" ,
39+ " default-http-client" ,
3740 " binding-utils" ,
41+ " bindings" ,
42+ " core-client" ,
3843 " gas-station" ,
39- " default-http-client " ,
44+ " transaction " ,
4045]
4146
42- [dependencies .hierarchies ]
43- path = " ../../../hierarchies-rs/hierarchies"
44- default-features = false
45- features = [" gas-station" , " default-http-client" ]
47+ [lints .clippy ]
48+ # can be removed as soon as fix has been added to clippy
49+ # see https://github.com/rust-lang/rust-clippy/issues/12377
50+ empty_docs = " allow"
51+
52+ [lints .rust ]
53+ # required for current wasm_bindgen version
54+ unexpected_cfgs = { level = " warn" , check-cfg = [" cfg(wasm_bindgen_unstable_test_coverage)" ] }
4655
4756[profile .release ]
48- opt-level = ' s '
57+ opt-level = " s "
4958lto = true
5059# Enabling debug for profile.release may lead to more helpful logged call stacks.
5160# TODO: Clarify if 'debug = true' facilitates error analysis via console logs.
5261# If not, remove the next line
5362# If yes, describe the helping effect in the comment above
5463# debug = true
55-
56- [lints .clippy ]
57- # can be removed as soon as fix has been added to clippy
58- # see https://github.com/rust-lang/rust-clippy/issues/12377
59- empty_docs = " allow"
60-
61- [lints .rust ]
62- # required for current wasm_bindgen version
63- unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(wasm_bindgen_unstable_test_coverage)' ] }
0 commit comments