Skip to content

Commit b214dd3

Browse files
committed
Merge branch 'vmtools-and-contracts' of https://github.com/ElrondNetwork/elrond-sdk-erdpy into vmtools-and-contracts
2 parents f20a5ba + 6836d49 commit b214dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erdpy/projects/project_rust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def run_meta(self):
7171

7272
args = [
7373
"cargo",
74-
"build",
74+
"run",
7575
]
7676

7777
return_code = myprocess.run_process_async(args, env=env, cwd=str(cwd))

0 commit comments

Comments
 (0)