Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: merge docs changes from main to next #331

Merged
merged 3 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/usage/cargo-miden.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a template to spin up a new Miden project in Rust, and takes care of orchestrati
make sure you have it installed first:

```bash
rustup toolchain install nightly-2024-05-07
rustup toolchain install nightly-2024-08-06
```

NOTE: You can also use the latest nightly, but the specific nightly shown here is known to
Expand All @@ -21,7 +21,7 @@ a template to spin up a new Miden project in Rust, and takes care of orchestrati
To install the extension, simply run the following in your shell:

```bash
cargo +nightly-2024-05-07 install cargo-miden
cargo +nightly-2024-08-06 install cargo-miden
```

This will take a minute to compile, but once complete, you can run `cargo help miden` or just
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/midenc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hands dirty.
## Installation

First, you'll need to have Rust installed, with the nightly toolchain (currently we're building
against the `nightly-2024-05-07` toolchain, but we regularly update this).
against the `nightly-2024-08-06` toolchain, but we regularly update this).

Then, simply install `midenc` using Cargo in one of the following ways:

Expand Down