Skip to content

Commit

Permalink
chore(docs): Supplement Noir Debugger's dependency versions (noir-lan…
Browse files Browse the repository at this point in the history
…g#5199)

# Description

## Problem\*

Dependency versions of Noir / Nargo / vscode-noir for using the Noir
Debugger are currently listed as "0.xx" in the docs.

## Summary\*

This PR updates to docs to specify the actual versions required:
- Noir & Nargo ≥0.28.0
- Noir's VS Code extension ≥0.0.11

## Documentation\*

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

# PR Checklist\*

- [ ] 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
Savio-Sou authored and smanilov committed Jun 10, 2024
1 parent 03e0b33 commit fc7f795
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions docs/docs/tooling/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ There are currently two ways of debugging Noir programs:

In order to use either version of the debugger, you will need to install recent enough versions of Noir, [Nargo](../getting_started/installation) and vscode-noir:

- Noir 0.xx
- Nargo 0.xx
- vscode-noir 0.xx
- Noir & Nargo ≥0.28.0
- Noir's VS Code extension ≥0.0.11

:::info
At the moment, the debugger supports debugging binary projects, but not contracts.
Expand Down
5 changes: 2 additions & 3 deletions docs/versioned_docs/version-v0.28.0/tooling/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ There are currently two ways of debugging Noir programs:

In order to use either version of the debugger, you will need to install recent enough versions of Noir, [Nargo](../getting_started/installation) and vscode-noir:

- Noir 0.xx
- Nargo 0.xx
- vscode-noir 0.xx
- Noir & Nargo ≥0.28.0
- Noir's VS Code extension ≥0.0.11

:::info
At the moment, the debugger supports debugging binary projects, but not contracts.
Expand Down
5 changes: 2 additions & 3 deletions docs/versioned_docs/version-v0.29.0/tooling/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ There are currently two ways of debugging Noir programs:

In order to use either version of the debugger, you will need to install recent enough versions of Noir, [Nargo](../getting_started/installation) and vscode-noir:

- Noir 0.xx
- Nargo 0.xx
- vscode-noir 0.xx
- Noir & Nargo ≥0.28.0
- Noir's VS Code extension ≥0.0.11

:::info
At the moment, the debugger supports debugging binary projects, but not contracts.
Expand Down
5 changes: 2 additions & 3 deletions docs/versioned_docs/version-v0.30.0/tooling/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ There are currently two ways of debugging Noir programs:

In order to use either version of the debugger, you will need to install recent enough versions of Noir, [Nargo](../getting_started/installation) and vscode-noir:

- Noir 0.xx
- Nargo 0.xx
- vscode-noir 0.xx
- Noir & Nargo ≥0.28.0
- Noir's VS Code extension ≥0.0.11

:::info
At the moment, the debugger supports debugging binary projects, but not contracts.
Expand Down

0 comments on commit fc7f795

Please sign in to comment.