Skip to content

Commit b083d83

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

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
@@ -101,7 +101,7 @@ def generate_abi(self):
101101
utils.prettify_json_file(self.get_abi_filepath())
102102

103103
def has_meta(self):
104-
return self.get_meta_folder().exists()
104+
return (self.get_meta_folder() / "Cargo.toml").exists()
105105

106106
def has_abi(self):
107107
return (self.get_abi_folder() / "Cargo.toml").exists()

0 commit comments

Comments
 (0)