Skip to content

Commit

Permalink
fix: Make nargo the default binary for cargo run (#4554)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

The acvm binary was added recently which prevents developers from using
`cargo run` without an additional `--bin nargo` to specify the nargo
binary

## Summary\*

Sets the default binary to run to `nargo` for `cargo run`.

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
jfecher committed Mar 14, 2024
1 parent c8aa16b commit de4986e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/nargo_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "nargo_cli"
description = "Noir's package manager"
default-run = "nargo"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down

0 comments on commit de4986e

Please sign in to comment.