@@ -18,10 +18,10 @@ bcs = "0.1"
1818# Latest hyper is not compatible with axum-server used by iota-sdk. We need to pin it to 1.7 until iota-sdk upgrades axum-server.
1919hyper = " =1.7" # Fix for iota-sdk 1.13 issue with axum-server.
2020iota-sdk = { git = " https://github.com/iotaledger/iota.git" , package = " iota-sdk" , tag = " v1.15.0" }
21- iota_interaction = { git = " https://github.com/iotaledger/product-core.git" , branch = " feat/iota-v1-15-0-rc-upstream-merge " , default-features = false , package = " iota_interaction" }
22- iota_interaction_rust = { git = " https://github.com/iotaledger/product-core.git" , branch = " feat/iota-v1-15-0-rc-upstream-merge " , default-features = false , package = " iota_interaction_rust" }
23- iota_interaction_ts = { git = " https://github.com/iotaledger/product-core.git" , branch = " feat/iota-v1-15-0-rc-upstream-merge " , default-features = false , package = " iota_interaction_ts" }
24- product_common = { git = " https://github.com/iotaledger/product-core.git" , branch = " feat/iota-v1-15-0-rc-upstream-merge " , default-features = false , package = " product_common" }
21+ iota_interaction = { git = " https://github.com/iotaledger/product-core.git" , tag = " v0.8.10 " , default-features = false , package = " iota_interaction" }
22+ iota_interaction_rust = { git = " https://github.com/iotaledger/product-core.git" , tag = " v0.8.10 " , default-features = false , package = " iota_interaction_rust" }
23+ iota_interaction_ts = { git = " https://github.com/iotaledger/product-core.git" , tag = " v0.8.10 " , default-features = false , package = " iota_interaction_ts" }
24+ product_common = { git = " https://github.com/iotaledger/product-core.git" , tag = " v0.8.10 " , default-features = false , package = " product_common" }
2525serde = { version = " 1.0" , default-features = false , features = [" alloc" , " derive" ] }
2626serde_json = { version = " 1.0" , default-features = false }
2727strum = { version = " 0.27" , default-features = false , features = [" std" , " derive" ] }
0 commit comments