Skip to content

Commit

Permalink
[ci]: Version bump all of the crates.
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Petrosyan <[email protected]>
  • Loading branch information
appetrosyan committed May 5, 2022
1 parent 093171f commit 80b90ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions permissions_validators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ iroha_core = { version = "=2.0.0-pre-rc.4", path = "../core", default-features =
iroha_data_model = { version = "=2.0.0-pre-rc.4", path = "../data_model", default-features = false }
iroha_macro = { version = "=2.0.0-pre-rc.4", path = "../macro" }
iroha_schema = { version = "=2.0.0-pre-rc.4", path = "../schema" }
iroha_core = { version = "=2.0.0-pre-rc.4", path = "../core", default-features = false }
iroha_data_model = { version = "=2.0.0-pre-rc.4", path = "../data_model", default-features = false }
iroha_macro = { version = "=2.0.0-pre-rc.4", path = "../macro" }

serde = { version = "1.0", features = ["derive"] }
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
Expand Down
2 changes: 2 additions & 0 deletions tools/kagami/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ dev-telemetry = ["iroha_core/dev-telemetry"]


[dependencies]

iroha_core = { version = "=2.0.0-pre-rc.4", path = "../../core" }
iroha_crypto = { version = "=2.0.0-pre-rc.4", path = "../../crypto" }
iroha_config = { version = "=2.0.0-pre-rc.4", path = "../../config" }
iroha_data_model = { version = "=2.0.0-pre-rc.4", path = "../../data_model" }
iroha_schema_gen = { version = "=2.0.0-pre-rc.4", path = "../../schema/gen" }
iroha_schema = { version = "=2.0.0-pre-rc.4", path = "../../schema" }
iroha_permissions_validators = { version = "=2.0.0-pre-rc.4", path = "../../permissions_validators" }

iroha = { path = "../../cli" }

color-eyre = "0.5.11"
Expand Down

0 comments on commit 80b90ef

Please sign in to comment.