Skip to content

Commit c483f98

Browse files
committed
pin all product-core.git dependencies to tag = "v0.8.10"
1 parent 10003e5 commit c483f98

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1919
hyper = "=1.7" # Fix for iota-sdk 1.13 issue with axum-server.
2020
iota-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" }
2525
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
2626
serde_json = { version = "1.0", default-features = false }
2727
strum = { version = "0.27", default-features = false, features = ["std", "derive"] }

bindings/wasm/notarization_wasm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ async-trait = { version = "0.1", default-features = false }
2121
bcs = "0.1.6"
2222
console_error_panic_hook = { version = "0.1" }
2323
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "69d496c71fb37e3d22fe85e5bbfd4256d61422b9", package = "fastcrypto" }
24-
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", branch = "feat/iota-v1-15-0-rc-upstream-merge", package = "iota_interaction", default-features = false }
25-
iota_interaction_ts = { git = "https://github.com/iotaledger/product-core.git", branch = "feat/iota-v1-15-0-rc-upstream-merge", package = "iota_interaction_ts" }
24+
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.10", package = "iota_interaction", default-features = false }
25+
iota_interaction_ts = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.10", package = "iota_interaction_ts" }
2626
js-sys = { version = "0.3.61" }
2727
prefix-hex = { version = "0.7", default-features = false }
2828
serde = { version = "1.0", features = ["derive"] }
@@ -37,7 +37,7 @@ wasm-bindgen-futures = { version = "0.4", default-features = false }
3737

3838
[dependencies.product_common]
3939
git = "https://github.com/iotaledger/product-core.git"
40-
branch = "feat/iota-v1-15-0-rc-upstream-merge"
40+
tag = "v0.8.10"
4141
package = "product_common"
4242
features = ["core-client", "transaction", "bindings", "binding-utils", "gas-station", "default-http-client"]
4343

0 commit comments

Comments
 (0)