Skip to content

Commit

Permalink
Fix cairo1-run validate_layouts (#1710)
Browse files Browse the repository at this point in the history
"recursive" layout was not marked as valid
  • Loading branch information
fmoletta authored Apr 12, 2024
1 parent 6de8f56 commit 635fef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cairo1-run/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ fn validate_layout(value: &str) -> Result<String, String> {
"plain"
| "small"
| "dex"
| "recursive"
| "starknet"
| "starknet_with_keccak"
| "recursive_large_output"
Expand Down

0 comments on commit 635fef9

Please sign in to comment.