Skip to content

Commit

Permalink
Remove leo build deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Feb 17, 2025
1 parent b4e700e commit a3fbc2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion documentation/00_leo.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The Leo CLI provides a suite of commands to make programming in Leo easy.

- [**leo example**](./leo/05_commands.md#leo-example)
- [**leo new**](./leo/05_commands.md#leo-new)
- [**leo build (deprecated)**](./leo/05_commands.md#leo-build)
- [**leo build**](./leo/05_commands.md#leo-build)
- [**leo run**](./leo/05_commands.md#leo-run)
- [**leo execute**](./leo/05_commands.md#leo-execute)
- [**leo clean**](./leo/05_commands.md#leo-clean)
Expand Down
3 changes: 0 additions & 3 deletions documentation/cli/00_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ package/
```

## `leo build`
:::info
This command is deprecated as of Leo `v1.9.0`. It will be removed in a future release.
:::
To compile your program into Aleo Instructions and verify that it builds properly, run:
```bash
leo build
Expand Down

0 comments on commit a3fbc2c

Please sign in to comment.