We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea9153 commit bbfe904Copy full SHA for bbfe904
docs/src/compiler/is_prime_rust.md
@@ -33,7 +33,7 @@ rustup default nightly
33
Install the `midenc` compiler and `cargo-miden` extension:
34
35
```bash
36
-cargo install cargo-miden
+cargo install cargo-miden --locked
37
cargo install midenc --locked
38
```
39
@@ -135,7 +135,7 @@ The program returns `1` if the integer passed to the `is_prime` function is prim
135
First cloning the Miden VM repository and install the Miden VM CLI:
136
137
138
-cargo install miden-vm --version 0.13.0 --features concurrent,executable
+cargo install miden-vm --version 0.14.0 --features concurrent,executable
139
140
141
After installation is complete, return to the `is_prime` directory.
0 commit comments