Skip to content

Commit 8956e1a

Browse files
Merge pull request #489 from Concordium/update-readme-rustup
Adding extra info on the readme regarding the rust version
2 parents 352c1a0 + 2eb6ef4 commit 8956e1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ npm_config_target_arch=x64 yarn
9191

9292
Note: you need rustup in order to build rust-bindings (can be installed from [rust-lang.org](https://www.rust-lang.org/tools/install))
9393

94+
Please ensure that the rust version used is matching the one in the `pipeline.yml` under `.github/workflows` path.
95+
For example, at the time of writing, version is 1.73. Use the command `rustup override set 1.73` to set to a specific version.
96+
9497
To build the project run
9598

9699
```shell

0 commit comments

Comments
 (0)