Skip to content

Commit e170d5b

Browse files
committed
update to latest iroha version
Signed-off-by: Marin Veršić <[email protected]>
1 parent e50bd2f commit e170d5b

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
17.4 KB
Binary file not shown.
Binary file not shown.

modules/client/src/test/resources/create_nft_for_alice_smartcontract/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "create_nft_for_alice_smartcontract"
3-
version = "2.0.0-pre-rc.22.2"
3+
version = "2.0.0-rc.1.0"
44
# TODO: teams are being deprecated update the authors URL
55
authors = ["Iroha 2 team <https://github.com/orgs/soramitsu/teams/iroha2>"]
66
edition = "2021"
@@ -28,7 +28,7 @@ opt-level = "z" # Optimize for size vs speed with "s"/"z"(removes vectorizat
2828
codegen-units = 1 # Further reduces binary size but increases compilation time
2929

3030
[dependencies]
31-
iroha_trigger = { git = "https://github.com/hyperledger/iroha/", branch = "main", features = ["debug"] }
31+
iroha_trigger = { git = "https://github.com/hyperledger/iroha/", branch = "2.0.0-rc.1", features = ["debug"] }
3232

3333
dlmalloc = { version = "0.2.6", features = ["global"] }
3434
panic-halt = "0.2.0"
17.4 KB
Binary file not shown.

modules/client/src/test/resources/executor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "iroha_java_executor"
33
edition = "2021"
4-
version = "2.0.0-pre-rc.19"
4+
version = "2.0.0-rc.1.0"
55
# TODO: teams are being deprecated update the authors URL
66
authors = ["Iroha 2 team <https://github.com/orgs/soramitsu/teams/iroha2>"]
77

@@ -22,7 +22,7 @@ opt-level = "z" # Optimize for size vs speed with "s"/"z"(removes vectorizat
2222
codegen-units = 1 # Further reduces binary size but increases compilation time
2323

2424
[dependencies]
25-
iroha_executor = { git = "https://github.com/hyperledger/iroha/", branch = "main", features = ["debug"] }
25+
iroha_executor = { git = "https://github.com/hyperledger/iroha/", branch = "2.0.0-rc.1", features = ["debug"] }
2626

2727
dlmalloc = { version = "0.2.6", features = ["global"] }
2828
panic-halt = "0.2.0"
17.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)