Skip to content

Commit

Permalink
[refactor]: move wasm_builder_cli to ./tools/
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Sep 1, 2023
1 parent 17132e4 commit e3cadf1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@ members = [
"tools/kura_inspector",
"tools/parity_scale_decoder",
"tools/swarm",
"tools/wasm_builder_cli",
"version",
"version/derive",
"wasm_codec",
"wasm_codec/derive",
"wasm_builder",
"wasm_builder_cli",
]

[profile.deploy]
Expand Down
2 changes: 1 addition & 1 deletion default_validator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `iroha_default_validator`

Use the [Wasm Builder CLI](../wasm_builder_cli) in order to build it:
Use the [Wasm Builder CLI](../tools/wasm_builder_cli) in order to build it:

```bash
cargo run --bin iroha_wasm_builder_cli -- \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e3cadf1

Please sign in to comment.