Skip to content

Commit 6836d49

Browse files
Update erdpy/projects/project_rust.py
Co-authored-by: Andrei Marinica <andrei.marinica@elrond.com>
1 parent b083d83 commit 6836d49

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
@@ -69,7 +69,7 @@ def run_meta(self):
6969

7070
args = [
7171
"cargo",
72-
"build",
72+
"run",
7373
]
7474

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

0 commit comments

Comments
 (0)