Skip to content

Commit 29e63a3

Browse files
committed
Pin all iota.git dependencies to tag = "v1.17.2"
1 parent 45bb559 commit 29e63a3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bcs = "0.1.6"
2222
cfg-if = "1.0.0"
2323
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "69d496c71fb37e3d22fe85e5bbfd4256d61422b9", package = "fastcrypto" }
2424
hyper = "1"
25-
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.17.1-rc" }
25+
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.17.2" }
2626
iota-sdk-types = { git = "https://github.com/iotaledger/iota-rust-sdk.git", rev = "d8cdab6ab3f2fd9ba8059ba56e80ba950badc88d", features = ["hash", "serde", "schemars"] }
2727
phf = { version = "0.11.2", features = ["macros"] }
2828
secret-storage = { git = "https://github.com/iotaledger/secret-storage.git", default-features = false, tag = "v0.3.0" }

iota_interaction/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ thiserror.workspace = true
2828

2929
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
3030
hyper.workspace = true
31-
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.17.1-rc" }
32-
move-core-types = { git = "https://github.com/iotaledger/iota.git", package = "move-core-types", tag = "v1.17.1-rc" }
31+
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.17.2" }
32+
move-core-types = { git = "https://github.com/iotaledger/iota.git", package = "move-core-types", tag = "v1.17.2" }
3333
tokio = { workspace = true, optional = true }
3434

3535
[target.'cfg(target_arch = "wasm32")'.dependencies]

product_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async-trait.workspace = true
2323
bcs = { workspace = true, optional = true }
2424
cfg-if.workspace = true
2525
fastcrypto = { workspace = true, optional = true }
26-
iota-keys = { package = "iota-keys", git = "https://github.com/iotaledger/iota.git", tag = "v1.17.1-rc", optional = true }
26+
iota-keys = { package = "iota-keys", git = "https://github.com/iotaledger/iota.git", tag = "v1.17.2", optional = true }
2727
iota-sdk-types = { workspace = true, features = ["serde"] }
2828
itertools = { version = "0.13.0", optional = true }
2929
lazy_static = { version = "1.5.0", optional = true }

0 commit comments

Comments
 (0)