Skip to content

Commit 605802f

Browse files
committed
Pin all notarization.git dependencies to `branch = "feat/iota-v1-x-x"
1 parent a331d2b commit 605802f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ iota-caip = { git = "https://github.com/iotaledger/iota-caip.git", features = ["
1515
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.9.1-rc" }
1616
iota-sdk-legacy = { package = "iota-sdk", version = "1.0", default-features = false, features = ["tls", "client", "stronghold"] }
1717
json-proof-token.workspace = true
18-
notarization = { git = "https://github.com/iotaledger/notarization.git", tag = "v0.1.7", features = ["irl"] }
18+
notarization = { git = "https://github.com/iotaledger/notarization.git", branch = "feat/iota-v1-9-1", features = ["irl"] }
1919
product_common = { git = "https://github.com/iotaledger/product-core.git", branch = "feat/iota-v1-9-1-rc-upstream-merge", package = "product_common", features = ["core-client", "transaction"] }
2020
rand = "0.8.5"
2121
sd-jwt-payload = { version = "0.2.1", default-features = false, features = ["sha"] }

0 commit comments

Comments
 (0)