diff --git a/docs/usage/cargo-miden.md b/docs/usage/cargo-miden.md index 8e221e3f..6959fa76 100644 --- a/docs/usage/cargo-miden.md +++ b/docs/usage/cargo-miden.md @@ -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 @@ -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 diff --git a/docs/usage/midenc.md b/docs/usage/midenc.md index 7664a39e..5e4a6a48 100644 --- a/docs/usage/midenc.md +++ b/docs/usage/midenc.md @@ -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: