Skip to content

Commit bbfe904

Browse files
chore: bump version
1 parent 0ea9153 commit bbfe904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/compiler/is_prime_rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rustup default nightly
3333
Install the `midenc` compiler and `cargo-miden` extension:
3434

3535
```bash
36-
cargo install cargo-miden
36+
cargo install cargo-miden --locked
3737
cargo install midenc --locked
3838
```
3939

@@ -135,7 +135,7 @@ The program returns `1` if the integer passed to the `is_prime` function is prim
135135
First cloning the Miden VM repository and install the Miden VM CLI:
136136

137137
```bash
138-
cargo install miden-vm --version 0.13.0 --features concurrent,executable
138+
cargo install miden-vm --version 0.14.0 --features concurrent,executable
139139
```
140140

141141
After installation is complete, return to the `is_prime` directory.

0 commit comments

Comments
 (0)